Enum
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:

cs-api-definition
public enum OutlineLevel

Fields

Level1

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

Declaration

cs-api-definition
Level1 = 1

Field Value

OutlineLevel

Level2

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

Declaration

cs-api-definition
Level2 = 2

Field Value

OutlineLevel

Level3

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

Declaration

cs-api-definition
Level3 = 3

Field Value

OutlineLevel

Level4

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

Declaration

cs-api-definition
Level4 = 4

Field Value

OutlineLevel

Level5

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

Declaration

cs-api-definition
Level5 = 5

Field Value

OutlineLevel

Level6

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

Declaration

cs-api-definition
Level6 = 6

Field Value

OutlineLevel

Level7

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

Declaration

cs-api-definition
Level7 = 7

Field Value

OutlineLevel

Level8

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

Declaration

cs-api-definition
Level8 = 8

Field Value

OutlineLevel

Level9

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

Declaration

cs-api-definition
Level9 = 9

Field Value

OutlineLevel

None

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

Declaration

cs-api-definition
None = 0

Field Value

OutlineLevel