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

Represents a table of element inside a document. More...

Inheritance diagram for Kinova.DLL.ReportBuilder.Element.Tabular.CTabular:
Kinova.DLL.ReportBuilder.Element.CAbstractReportElement

Public Member Functions

 CTabular ()
 Initializes a new instance of the CTabular class. More...
 

Properties

List< CTabularLineLineList [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...
 

Detailed Description

Represents a table of element inside a document.

Constructor & Destructor Documentation

Kinova.DLL.ReportBuilder.Element.Tabular.CTabular.CTabular ( )

Initializes a new instance of the CTabular class.

Property Documentation

int Kinova.DLL.ReportBuilder.Element.Tabular.CTabular.ColumnQuantity
getset

Gets or sets the column quantity.

The column quantity.

List<CTabularLine> Kinova.DLL.ReportBuilder.Element.Tabular.CTabular.LineList
getset

Gets or sets the line list.

The line list.


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