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

  • oldUnit (StiUnit) — Old units.
  • newUnit (StiUnit) — New units.
  • isReportSnapshot (bool)

GetActualSize

GetActualSize(): SizeD

Returns SizeD


IsExportAsImage

IsExportAsImage(format: StiExportFormat): bool

Parameters

Returns bool


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject

Fields

Field Type Description
PropertyCellHeight object  
PropertyCellWidth object  
PropertyContinuousText object  
PropertyHorSpacing object  
PropertyVertSpacing object