Aspose::Pdf::TocInfo class
Contents
[
Hide
]TocInfo class
Represents table of contents info.
class TocInfo : public System::Object
Methods
| Method | Description |
|---|---|
| get_ColumnInfo() const | Gets column info. |
| get_CopyToOutlines() const | Gets is TOC copied to outlines. |
| get_FormatArray() const | Gets format array for table of contents. |
| get_FormatArrayLength() | Gets format array length. |
| get_IsCountTocPages() const | Gets is count or passed toc pages. |
| get_IsShowPageNumbers() const | Gets is show page numbers at Toc. |
| get_LineDash() const | Gets TOC line dash. |
| get_PageNumbersPrefix() const | Gets is prefix before page number. |
| get_Title() const | Gets 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
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++