Enum ListLevelPattern
Specifies the pattern for the ListLevelAdv.
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public enum ListLevelPattern
Fields
Name | Description |
---|---|
Arabic | Specifies the default pattern for the ListLevelAdv. |
Bullet | Specifies the bullet pattern for the ListLevelAdv. |
FarEast | Specifies the far east pattern for the ListLevelAdv. |
LeadingZero | Specifies the leading zero (01, 02, 03, ...) pattern for the ListLevelAdv. |
LowLetter | Specifies the lowercase letter (a, b, c, ...) pattern for the ListLevelAdv. |
LowRoman | Specifies the lower roman (i, ii, iii, ...) pattern for the ListLevelAdv. |
None | Specifies no pattern for the ListLevelAdv. |
Number | Specifies the numbering (1, 2, 3, ...) pattern for the ListLevelAdv. |
Ordinal | Specifies the ordinal (1st, 2nd, 3rd, ...) pattern for the ListLevelAdv. |
OrdinalText | Specifies the ordinal text (First, Second, Third, ...) pattern for the ListLevelAdv. |
Special | Specifies the special pattern for the ListLevelAdv. |
UpLetter | Specifies the uppercase letter (A, B, C, ...) pattern for the ListLevelAdv. |
UpRoman | Specifies the upper roman (I, II, III, ...) pattern for the ListLevelAdv |