Contains all tables of contents in a certain part of the document. It is a collection of objects of the type Table
public sealed class TableOfContentsCollectionPublic NotInheritable Class TableOfContentsCollection Introduced: X19.
| Enumeration | Description |
|---|---|
| Add |
Specifies the result when an existing table of contents has been updated or a new table of contents has been added to the document. |
| Method | Description |
|---|---|
| Add | Adds a new table of contents to the document at the current text input position. |
| Copy |
Copies the elements of the collection to an array, starting at a particular index. |
| Get |
Returns an enumerator that can be used to iterate through the collection. |
| Get |
Gets a particular table of contents from the collection. |
| Remove | Removes a table of contents from the collection including all its text and including all Document |
| Property | Description |
|---|---|
| Count | Gets the number of elements contained in the collection. |
| Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
| Item | Gets the table of contents with the specified number from the collection. |
| Sync |
Gets an object that can be used to synchronize access to the collection. |