TOCStyleEntry
An entry in a TOC style.
TOCStyleEntry Properties
| Property |
Type |
Access |
Description |
| FormatStyle |
ParagraphStyle |
r/w |
The paragraph style object which the TOC entry text will be formatted. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Level |
Integer |
r/w |
Level of this entry. |
| Name |
String |
r/w |
The name of the object. |
| PageNumberPosition |
idPageNumberPosition enumeration |
r/w |
Options for where to put page number. |
| PageNumberStyle |
CharacterStyle |
r/w |
The character style object which the page number of entry text will be formatted. |
| Parent |
Object |
read |
The parent of the object. |
| Separator |
String |
r/w |
The string between entry text and page number. |
| SeparatorStyle |
CharacterStyle |
r/w |
The character style object which the separator text will be formatted. |
| SortAlphabet |
Boolean |
r/w |
Whether sort Table of Content alphabetically. |
TOCStyleEntry Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
Previous post: TOCStyles
Next post: TOCStyleEntries