New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum OutlineLevel

Fields

Top-level heading in the document hierarchy, typically used for major sections or chapters.

C#
Level1 = 1

Second-level heading in the document hierarchy, typically used for subsections.

C#
Level2 = 2

Third-level heading in the document hierarchy, providing additional content structure.

C#
Level3 = 3

Fourth-level heading in the document hierarchy, for deeper content organization.

C#
Level4 = 4

Fifth-level heading in the document hierarchy, for detailed content subdivision.

C#
Level5 = 5

Sixth-level heading in the document hierarchy, for granular content organization.

C#
Level6 = 6

Seventh-level heading in the document hierarchy, for fine-grained content structure.

C#
Level7 = 7

Eighth-level heading in the document hierarchy, for very detailed organization.

C#
Level8 = 8

Ninth and deepest heading level in the document hierarchy, for maximum content subdivision.

C#
Level9 = 9

Paragraph has no outline level and will not appear in tables of contents.

C#
None = 0