Class OutlineLevel
Specifies the outline level.
Inheritance
System.Object
OutlineLevel
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class OutlineLevel : Enum
Fields
BodyText
No outline level.
Declaration
public const OutlineLevel BodyText
Field Value
Type |
---|
OutlineLevel |
Level1
Outline level 1.
Declaration
public const OutlineLevel Level1
Field Value
Type |
---|
OutlineLevel |
Level2
Outline level 2.
Declaration
public const OutlineLevel Level2
Field Value
Type |
---|
OutlineLevel |
Level3
Outline level 3.
Declaration
public const OutlineLevel Level3
Field Value
Type |
---|
OutlineLevel |
Level4
Outline level 4.
Declaration
public const OutlineLevel Level4
Field Value
Type |
---|
OutlineLevel |
Level5
Outline level 5.
Declaration
public const OutlineLevel Level5
Field Value
Type |
---|
OutlineLevel |
Level6
Outline level 6.
Declaration
public const OutlineLevel Level6
Field Value
Type |
---|
OutlineLevel |
Level7
Outline level 7.
Declaration
public const OutlineLevel Level7
Field Value
Type |
---|
OutlineLevel |
Level8
Outline level 8.
Declaration
public const OutlineLevel Level8
Field Value
Type |
---|
OutlineLevel |
Level9
Outline level 9.
Declaration
public const OutlineLevel Level9
Field Value
Type |
---|
OutlineLevel |