Aspose::Pdf::TocInfo class

TocInfo class

Represents table of contents info.

class TocInfo : public System::Object

Methods

MethodDescription
get_ColumnInfo() constGets column info.
get_CopyToOutlines() constGets is TOC copied to outlines.
get_FormatArray() constGets format array for table of contents.
get_FormatArrayLength()Gets format array length.
get_IsCountTocPages() constGets is count or passed toc pages.
get_IsShowPageNumbers() constGets is show page numbers at Toc.
get_LineDash() constGets TOC line dash.
get_PageNumbersPrefix() constGets is prefix before page number.
get_Title() constGets table of contents title.
set_ColumnInfo(System::SharedPtr<Aspose::Pdf::ColumnInfo>)Sets column info.
set_CopyToOutlines(bool)Sets is TOC copied to outlines.
set_FormatArray(System::ArrayPtr<System::SharedPtr<LevelFormat>>)Sets format array for table of contents.
set_FormatArrayLength(int32_t)Sets format array length.
set_IsCountTocPages(bool)Sets is count or passed toc pages.
set_IsShowPageNumbers(bool)Sets is show page numbers at Toc.
set_LineDash(Text::TabLeaderType)Sets TOC line dash.
set_PageNumbersPrefix(System::String)Sets is prefix before page number.
set_Title(System::SharedPtr<Text::TextFragment>)Sets table of contents title.
TocInfo()Initializes a new instance of the TocInfo class.

See Also