|
API C#
|
This class represents an "MS Word" like enumeration. More...
Public Member Functions | |
| CEnumeration () | |
| Initializes a new instance of the CEnumeration class. More... | |
| CEnumeration (List< string > Element) | |
| Initializes a new instance of the CEnumeration class with a list of string that will be inserted directly in the enumeration. More... | |
Properties | |
| List< string > | Element [get, set] |
| Gets or sets the element. More... | |
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... | |
This class represents an "MS Word" like enumeration.
| Kinova.DLL.ReportBuilder.Element.CEnumeration.CEnumeration | ( | ) |
Initializes a new instance of the CEnumeration class.
| Kinova.DLL.ReportBuilder.Element.CEnumeration.CEnumeration | ( | List< string > | Element | ) |
Initializes a new instance of the CEnumeration class with a list of string that will be inserted directly in the enumeration.
| Element | The element. |
|
getset |
Gets or sets the element.
The element.