​
​
​

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.

Syntax

​public AutoGenerationType AutoGenerationType { get; }
​Public ReadOnly Property AutoGenerationType() As AutoGenerationType

Members

Member Description
None The document link is not automatically generated.
TableOfContents The document link has automatically been generated for an entry in a table of contents.
​

Limitations

Read only.

​