Click or drag to resize

IStiText Interface

Dewscribes text in the component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiText

The IStiText type exposes the following members.

Properties
  NameDescription
Public propertyHideZeros
Gets or sets value indicates that no need show zeroes.
Public propertyLinesOfUnderline
Gets or sets value indicates that it is necessary to lines of underline.
Public propertyMaxNumberOfLines
Gets or sets maximum number of lines which specify the limit of the height stretch.
Public propertyOnlyText
Gets or sets value indicates that the text expression contains a text only.
Public propertyProcessingDuplicates
Public propertyText
Gets or sets text expression.
Public propertyTextValue
Gets or sets text value. If the text is not null thet it is necessary to use this text.
Top
Methods
  NameDescription
Public methodGetTextInternal
Internal use only.
Public methodSetText
Sets the text value in all printed objects.
Public methodSetTextInternal
Internal use only.
Top
See Also