|
API C#
|
This class represents text bloc inside a document's section. All paragraph are separated by a configurable number of NEWLINE. More...
Public Member Functions | |
| CParagraph () | |
| Initializes a new instance of the CParagraph class. More... | |
Public Attributes | |
| const int | ALIGNMENT_CENTER = 0 |
| Represents a CENTER text's alignment. More... | |
| const int | ALIGNMENT_LEFT = 1 |
| Represents a LEFT text's alignment. More... | |
| const int | ALIGNMENT_RIGHT = 2 |
| Represents a RIGHT text's alignment. More... | |
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... | |
Properties | |
| string | Text [get, set] |
| Gets or sets the texte. More... | |
| int | Alignment [get, set] |
| Gets or sets the alignment. More... | |
Properties inherited from Kinova.DLL.ReportBuilder.Element.CAbstractReportElement | |
| int | Type [get, set] |
| Gets or sets the type. More... | |
This class represents text bloc inside a document's section. All paragraph are separated by a configurable number of NEWLINE.
| Kinova.DLL.ReportBuilder.Element.CParagraph.CParagraph | ( | ) |
Initializes a new instance of the CParagraph class.
| const int Kinova.DLL.ReportBuilder.Element.CParagraph.ALIGNMENT_CENTER = 0 |
Represents a CENTER text's alignment.
| const int Kinova.DLL.ReportBuilder.Element.CParagraph.ALIGNMENT_LEFT = 1 |
Represents a LEFT text's alignment.
| const int Kinova.DLL.ReportBuilder.Element.CParagraph.ALIGNMENT_RIGHT = 2 |
Represents a RIGHT text's alignment.
|
getset |
Gets or sets the alignment.
The alignment.
|
getset |
Gets or sets the texte.
The texte.