Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocStyleLevelCollection Class / UseParagraphOutlineLevel Property

In This Topic
    UseParagraphOutlineLevel Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property UseParagraphOutlineLevel As System.Boolean
    public System.bool UseParagraphOutlineLevel {get; set;}
    See Also