|
API C#
|
This class represents a base structure for any element you want to add in a document's section. More...
Public Attributes | |
| 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... | |
Properties | |
| int | Type [get, set] |
| Gets or sets the type. More... | |
This class represents a base structure for any element you want to add in a document's section.
| const int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.ELEMENT_TYPE_DEFAULT_ELEMENT = 0 |
Element type default
| const int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.ELEMENT_TYPE_ENUMERATION = 4 |
Element type Enumeration
| const int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.ELEMENT_TYPE_IMAGE = 3 |
Element type Image
| const int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.ELEMENT_TYPE_PARAGRAPH = 1 |
Element type Paragraph
| const int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.ELEMENT_TYPE_TABULAR = 2 |
|
getset |
Gets or sets the type.
The type.