IStiText Interface
Namespace: Stimulsoft.Report.Components
Methods
| Method | Returns | Description |
|---|---|---|
| getTextInternal | string | |
| setText | void | |
| setTextInternal | void |
Method Details
getTextInternal
getTextInternal(): string
Returns string
setText
setText(getValue: any): void
Parameters
- getValue (any)
setTextInternal
setTextInternal(value: string): void
Parameters
- value (string)
Fields
| Field | Type | Description |
|---|---|---|
| hideZeros | boolean | |
| linesOfUnderline | StiPenStyle | |
| maxNumberOfLines | number | |
| onlyText | boolean | |
| processingDuplicates | StiProcessingDuplicatesType | |
| text | string | |
| textValue | string |