Limitations
Read only.
Gets the type of auto-generation. A document link in a table of contents is automatically generated when the table of contents is inserted into the document.
Introduced: X19.
public AutoGenerationType AutoGenerationType { get; }Public ReadOnly Property AutoGenerationType() As AutoGenerationType| Member | Description |
|---|---|
| None | The document link is not automatically generated. |
| Table |
The document link has automatically been generated for an entry in a table of contents. |
Read only.