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

The base class of all Latex Document. More...

Properties

bool CoverPage [get, set]
 Gets or sets a value indicating whether there is a [cover page]. More...
 
string ReportTitle [get, set]
 Gets or sets the report title. More...
 
string ReportSubTitle [get, set]
 Gets or sets the report sub title. More...
 
bool InsertWarning [get, set]
 Gets or sets a value indicating whether [insert warning]. More...
 
List< CSectionSectionList [get, set]
 Gets or sets the section list. More...
 

Detailed Description

The base class of all Latex Document.

Property Documentation

bool Kinova.DLL.ReportBuilder.Document.CLatexDocument.CoverPage
getset

Gets or sets a value indicating whether there is a [cover page].

true if [cover page]; otherwise, false.

bool Kinova.DLL.ReportBuilder.Document.CLatexDocument.InsertWarning
getset

Gets or sets a value indicating whether [insert warning].

true if [insert warning]; otherwise, false.

string Kinova.DLL.ReportBuilder.Document.CLatexDocument.ReportSubTitle
getset

Gets or sets the report sub title.

The report sub title.

string Kinova.DLL.ReportBuilder.Document.CLatexDocument.ReportTitle
getset

Gets or sets the report title.

The report title.

List<CSection> Kinova.DLL.ReportBuilder.Document.CLatexDocument.SectionList
getset

Gets or sets the section list.

The section list.


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