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

This class represents a section of a LATEX document. A section can have subsections and both will be in the table of content. More...

Properties

string SectionTitle [get, set]
 Gets or sets the section title. More...
 
int SectionLevel [get, set]
 Gets or sets the section level. More...
 
List< CSectionSubSection [get, set]
 Gets or sets the sub section. More...
 
bool EndWithPagebreak [get, set]
 Gets or sets a value indicating whether [end with pagebreak]. More...
 
List< CAbstractReportElementElement [get, set]
 Gets or sets the paragraph. More...
 

Detailed Description

This class represents a section of a LATEX document. A section can have subsections and both will be in the table of content.

Property Documentation

List<CAbstractReportElement> Kinova.DLL.ReportBuilder.DocumentFormat.CSection.Element
getset

Gets or sets the paragraph.

The paragraph.

bool Kinova.DLL.ReportBuilder.DocumentFormat.CSection.EndWithPagebreak
getset

Gets or sets a value indicating whether [end with pagebreak].

true if [end with pagebreak]; otherwise, false.

int Kinova.DLL.ReportBuilder.DocumentFormat.CSection.SectionLevel
getset

Gets or sets the section level.

The section level.

string Kinova.DLL.ReportBuilder.DocumentFormat.CSection.SectionTitle
getset

Gets or sets the section title.

The section title.

List<CSection> Kinova.DLL.ReportBuilder.DocumentFormat.CSection.SubSection
getset

Gets or sets the sub section.

The sub section.


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