API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.ReportBuilder.Element.CParagraph Class Reference

This class represents text bloc inside a document's section. All paragraph are separated by a configurable number of NEWLINE. More...

Inheritance diagram for Kinova.DLL.ReportBuilder.Element.CParagraph:
Kinova.DLL.ReportBuilder.Element.CAbstractReportElement

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...
 

Detailed Description

This class represents text bloc inside a document's section. All paragraph are separated by a configurable number of NEWLINE.

Constructor & Destructor Documentation

Kinova.DLL.ReportBuilder.Element.CParagraph.CParagraph ( )

Initializes a new instance of the CParagraph class.

Member Data Documentation

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.

Property Documentation

int Kinova.DLL.ReportBuilder.Element.CParagraph.Alignment
getset

Gets or sets the alignment.

The alignment.

string Kinova.DLL.ReportBuilder.Element.CParagraph.Text
getset

Gets or sets the texte.

The texte.


The documentation for this class was generated from the following file: