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

All the constant you need to configure and create a LATEX document. More...

Public Attributes

const int ALIGNMENT_CENTER = 0
 Represents a CENTER horizontal alignment. More...
 
const int ALIGNMENT_LEFT = 1
 Represents a LEFT horizontal alignment. More...
 
const int ALIGNMENT_RIGHT = 2
 Represents a RIGHT horizontal alignment. More...
 
const string LATEX_LOG_REPORT_EXTENTION = ".tex"
 The path where the LATEX log report will be saved. More...
 
const string LATEX_LOG_TOC_NAME = "LogReport.toc"
 Name of the TOC(table of content) file associated with the report). More...
 
const string LATEX_REPORT_PATH = "./Reports/"
 The path of a simple LATEX report. More...
 

Detailed Description

All the constant you need to configure and create a LATEX document.

Member Data Documentation

const int Kinova.DLL.ReportBuilder.CLatexConstant.ALIGNMENT_CENTER = 0

Represents a CENTER horizontal alignment.

const int Kinova.DLL.ReportBuilder.CLatexConstant.ALIGNMENT_LEFT = 1

Represents a LEFT horizontal alignment.

const int Kinova.DLL.ReportBuilder.CLatexConstant.ALIGNMENT_RIGHT = 2

Represents a RIGHT horizontal alignment.

const string Kinova.DLL.ReportBuilder.CLatexConstant.LATEX_LOG_REPORT_EXTENTION = ".tex"

The path where the LATEX log report will be saved.

const string Kinova.DLL.ReportBuilder.CLatexConstant.LATEX_LOG_TOC_NAME = "LogReport.toc"

Name of the TOC(table of content) file associated with the report).

const string Kinova.DLL.ReportBuilder.CLatexConstant.LATEX_REPORT_PATH = "./Reports/"

The path of a simple LATEX report.


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