Name | Description | |
---|---|---|
Collect | Gets or sets a value indicating whether to collect paragraphs formatted with the style.
The default value is true. Note that for "Heading 1" built-in style, if both TocTcOptions.Collect and TocSeqOptions.Collect are false, and all other styles are not marked for collection, then this property returns true regardless of the assigned value. | |
DisplayLevel | Gets or sets the outline level on which to display collected paragraphs in the TOC field result.
The default value is GrapeCity.Documents.Word.OutlineLevel.Level1 for custom styles, and the corresponding outline level for built-in heading styles. | |
IsBuiltIn | Gets a value indicating whether the style is a built-in heading style. | |
Level | Gets the built-in style outline level.
For custom styles the property value returns a null reference (Nothing in Visual Basic). | |
Name | Gets style name of paragraphs that should be collected by the TOC field. |