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

This class represents a base structure for any element you want to add in a document's section. More...

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

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

Detailed Description

This class represents a base structure for any element you want to add in a document's section.

Member Data Documentation

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

Property Documentation

int Kinova.DLL.ReportBuilder.Element.CAbstractReportElement.Type
getset

Gets or sets the type.

The type.


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