[]
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.
public bool UseParagraphOutlineLevel { get; set; }
Public Property UseParagraphOutlineLevel As Boolean