StiTableOfContents Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiDataBand

Constructors

Constructor Description
StiTableOfContents() Creates a new StiTableOfContents.
StiTableOfContents(RectangleD rect) Creates a new StiTableOfContents.

StiTableOfContents()

Creates a new StiTableOfContents.


StiTableOfContents(rect: RectangleD)

Creates a new StiTableOfContents.

Parameters

  • rect (RectangleD) — The rectangle describes sizes and position of the component.

Properties

Property Type Description
Indent int  
Margins StiMargins  
ReportPointer string  
Styles StiStylesCollection  
WordWrap bool  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
GetHeaderText string Returns the band header text.
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

Clone

Clone(cloneProperties: bool): object

Creates a new object that is a copy of the current instance.

Parameters

  • cloneProperties (bool)

Returns object — A new object that is a copy of this instance.


GetHeaderText

GetHeaderText(): string

Returns the band header text.

Returns string — Band header text.


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject