[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocStyleLevelCollection

TocStyleLevelCollection Class

Represents a collection of styles for which paragraphs should be collected by the TOC field.

By default it contains all built-in heading styles like "Heading 1", "heading 2" etc.

Inheritance
TocStyleLevelCollection
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class TocStyleLevelCollection : IEnumerable<TocStyleLevel>, IEnumerable
Public Class TocStyleLevelCollection
    Implements IEnumerable(Of TocStyleLevel), IEnumerable

Properties

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 Collect and Collect are false, this property returns true.

Count

Gets the number of TocStyleLevel in this collection.

this[string]

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 BodyText.

Methods

Name Description
Add(string, OutlineLevel)

Adds the specified style to the collection.

Contains(string)

Gets a value indicating whether the collection contains a TocStyleLevel associated with a specified style name.

GetEnumerator()
Remove(string)

Removes a TocStyleLevel from the collection.

ToString()
TryGetStyle(string, out TocStyleLevel)

Tries to get the TocStyleLevel associated with a specified style name.