Class ListLevelPattern
Specifies list Level pattern.
Inheritance
System.Object
ListLevelPattern
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class ListLevelPattern : Enum
Fields
Arabic
Arabic numeric style.
Declaration
public const ListLevelPattern Arabic
Field Value
Type |
---|
ListLevelPattern |
Bullet
Bullet style.
Declaration
public const ListLevelPattern Bullet
Field Value
Type |
---|
ListLevelPattern |
FarEast
Far east style.
Declaration
public const ListLevelPattern FarEast
Field Value
Type |
---|
ListLevelPattern |
LeadingZero
Leading zero style.
Declaration
public const ListLevelPattern LeadingZero
Field Value
Type |
---|
ListLevelPattern |
LowLetter
Lowercase letter style.
Declaration
public const ListLevelPattern LowLetter
Field Value
Type |
---|
ListLevelPattern |
LowRoman
Lowercase Roman style.
Declaration
public const ListLevelPattern LowRoman
Field Value
Type |
---|
ListLevelPattern |
None
No style applied.
Declaration
public const ListLevelPattern None
Field Value
Type |
---|
ListLevelPattern |
Number
Number style.
Declaration
public const ListLevelPattern Number
Field Value
Type |
---|
ListLevelPattern |
Ordinal
Ordinal style.
Declaration
public const ListLevelPattern Ordinal
Field Value
Type |
---|
ListLevelPattern |
OrdinalText
Ordinal text style.
Declaration
public const ListLevelPattern OrdinalText
Field Value
Type |
---|
ListLevelPattern |
Special
Special style.
Declaration
public const ListLevelPattern Special
Field Value
Type |
---|
ListLevelPattern |
UpLetter
Uppercase letter style.
Declaration
public const ListLevelPattern UpLetter
Field Value
Type |
---|
ListLevelPattern |
UpRoman
Uppercase Roman style.
Declaration
public const ListLevelPattern UpRoman
Field Value
Type |
---|
ListLevelPattern |