StiTextInCells Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiText
Constructors
| Constructor | Description |
|---|---|
| StiTextInCells() | Creates a new StiTextInCells. |
| StiTextInCells(RectangleD rect) | Creates a new StiTextInCells. |
| StiTextInCells(RectangleD rect, string text) | Creates a new StiTextInCells. |
StiTextInCells()
Creates a new StiTextInCells.
StiTextInCells(rect: RectangleD)
Creates a new StiTextInCells.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
StiTextInCells(rect: RectangleD, text: string)
Creates a new StiTextInCells.
Parameters
- rect (RectangleD) — The rectangle describes sizes and position of the component.
- text (string) — Text expression.
Methods
| Method | Returns | Description |
|---|---|---|
| Convert | void | Converts a component out of one unit into another. |
| GetActualSize | SizeD | |
| IsExportAsImage | bool | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Convert
Convert(oldUnit: StiUnit, newUnit: StiUnit, isReportSnapshot: bool): void
Converts a component out of one unit into another.
Parameters
GetActualSize
GetActualSize(): SizeD
Returns SizeD
IsExportAsImage
IsExportAsImage(format: StiExportFormat): bool
Parameters
- format (StiExportFormat)
Returns bool
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject
Fields
| Field | Type | Description |
|---|---|---|
| PropertyCellHeight | object | |
| PropertyCellWidth | object | |
| PropertyContinuousText | object | |
| PropertyHorSpacing | object | |
| PropertyVertSpacing | object |