|
API C#
|
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< CSection > | SubSection [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< CAbstractReportElement > | Element [get, set] |
| Gets or sets the paragraph. More... | |
This class represents a section of a LATEX document. A section can have subsections and both will be in the table of content.
|
getset |
Gets or sets the paragraph.
The paragraph.
|
getset |
Gets or sets a value indicating whether [end with pagebreak].
true if [end with pagebreak]; otherwise, false.
|
getset |
Gets or sets the section level.
The section level.
|
getset |
Gets or sets the section title.
The section title.
|
getset |
Gets or sets the sub section.
The sub section.