|
API C#
|
Represents a table of element inside a document. More...
Public Member Functions | |
| CTabular () | |
| Initializes a new instance of the CTabular class. More... | |
Properties | |
| List< CTabularLine > | LineList [get, set] |
| Gets or sets the line list. More... | |
| int | ColumnQuantity [get, set] |
| Gets or sets the column quantity. More... | |
| int | RowLength [get, set] |
Properties inherited from Kinova.DLL.ReportBuilder.Element.CAbstractReportElement | |
| int | Type [get, set] |
| Gets or sets the type. More... | |
Additional Inherited Members | |
Public Attributes inherited from Kinova.DLL.ReportBuilder.Element.CAbstractReportElement | |
| const int | ELEMENT_TYPE_DEFAULT_ELEMENT = 0 |
| Element type default More... | |
| const int | ELEMENT_TYPE_PARAGRAPH = 1 |
| Element type Paragraph More... | |
| const int | ELEMENT_TYPE_TABULAR = 2 |
| Element type Tabular More... | |
| const int | ELEMENT_TYPE_IMAGE = 3 |
| Element type Image More... | |
| const int | ELEMENT_TYPE_ENUMERATION = 4 |
| Element type Enumeration More... | |
Represents a table of element inside a document.
| Kinova.DLL.ReportBuilder.Element.Tabular.CTabular.CTabular | ( | ) |
Initializes a new instance of the CTabular class.
|
getset |
Gets or sets the column quantity.
The column quantity.
|
getset |
Gets or sets the line list.
The line list.