OutlineLevel
Defines the hierarchical level of a paragraph for table of contents generation and document structure navigation, with nine levels plus a no-level option.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public enum OutlineLevel
Fields
Top-level heading in the document hierarchy, typically used for major sections or chapters.
Level1 = 1
Second-level heading in the document hierarchy, typically used for subsections.
Level2 = 2
Third-level heading in the document hierarchy, providing additional content structure.
Level3 = 3
Fourth-level heading in the document hierarchy, for deeper content organization.
Level4 = 4
Fifth-level heading in the document hierarchy, for detailed content subdivision.
Level5 = 5
Sixth-level heading in the document hierarchy, for granular content organization.
Level6 = 6
Seventh-level heading in the document hierarchy, for fine-grained content structure.
Level7 = 7
Eighth-level heading in the document hierarchy, for very detailed organization.
Level8 = 8
Ninth and deepest heading level in the document hierarchy, for maximum content subdivision.
Level9 = 9
Paragraph has no outline level and will not appear in tables of contents.
None = 0