[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.UseParagraphOutlineLevel

UseParagraphOutlineLevel Property

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.

Declaration
public bool UseParagraphOutlineLevel { get; set; }
Public Property UseParagraphOutlineLevel As Boolean