Name | Description | |
---|---|---|
Collect | Gets or sets a value indicating whether to collect paragraphs formatted with styles from the collection.
The default value is true. If both TocTcOptions.Collect and TocSeqOptions.Collect are false, this property returns true. | |
Count | Gets the number of TocStyleLevel in this collection. | |
Item | Gets the TocStyleLevel associated with a specified style name. | |
OutlineLevels | Gets the range of paragraph outline levels that should be collected by the TOC field when UseParagraphOutlineLevel is true. | |
UseParagraphOutlineLevel | Gets or sets a value indicating whether to use outline level applied to paragraph instead of styles.
The default value is false. If true, the TOC field collects paragraphs whose outline level corresponds to the OutlineLevels property. Paragraphs formatted with custom styles listed in this collection will be collected unless their outline level is GrapeCity.Documents.Word.OutlineLevel.BodyText. |