Gets the type of auto-generation. A document target which is the target of an entry 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; }

Members

Member Description
None The document target is not automatically generated.
TableOfContents The document target has automatically been generated as target of an entry in a table of contents. The TargetName begins with "TOC_" followed by an auto-generated number.

Limitations

Read only.