Information about a table of contents. Is needed by the event argument class Table
{
hasLinks: <boolean>,
hasPageNumbers: <boolean>,
hasRightAlignedPageNumbers: <boolean>,
highlightColor: <string>,
highlightMode: <string>,
id: <Number>,
length: <number>,
maximumStructureLevel: <number>,
minimumStructureLevel: <number>,
name: <string>,
number: <number>,
start: <number>
}
Introduced: X19.
Property | Description |
---|---|
has |
Specifies whether each entry in the table of contents is a Document |
has |
Specifies whether the table of contents contains page numbers. |
has |
Specifies whether the page numbers in the table of contents are right-aligned. |
highlight |
The highlight color for the table of contents. |
highlight |
Indicates how the text of the table of contents is highlighted. |
id | The table of contents' identifier. |
length | The number of characters which belong to the table of contents. |
maximum |
The maximum structure level for this table of contents. |
minimum |
The minimum structure level for this table of contents. |
name | The table of contents' name. |
number | The table of contents' one-based number in the document. |
start | The one-based index of the first character which belongs to the table of contents. |