Class ListLevelPattern
Specifies the pattern for the ListLevelAdv.
Inheritance
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class ListLevelPattern : Enum
Fields
Arabic
Specifies the default pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern Arabic
Field Value
Type |
---|
ListLevelPattern |
Bullet
Specifies the bullet pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern Bullet
Field Value
Type |
---|
ListLevelPattern |
FarEast
Specifies the far east pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern FarEast
Field Value
Type |
---|
ListLevelPattern |
LeadingZero
Specifies the leading zero (01, 02, 03, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern LeadingZero
Field Value
Type |
---|
ListLevelPattern |
LowLetter
Specifies the lowercase letter (a, b, c, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern LowLetter
Field Value
Type |
---|
ListLevelPattern |
LowRoman
Specifies the lower roman (i, ii, iii, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern LowRoman
Field Value
Type |
---|
ListLevelPattern |
None
Specifies no pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern None
Field Value
Type |
---|
ListLevelPattern |
Number
Specifies the numbering (1, 2, 3, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern Number
Field Value
Type |
---|
ListLevelPattern |
Ordinal
Specifies the ordinal (1st, 2nd, 3rd, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern Ordinal
Field Value
Type |
---|
ListLevelPattern |
OrdinalText
Specifies the ordinal text (First, Second, Third, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern OrdinalText
Field Value
Type |
---|
ListLevelPattern |
Special
Specifies the special pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern Special
Field Value
Type |
---|
ListLevelPattern |
UpLetter
Specifies the uppercase letter (A, B, C, ...) pattern for the ListLevelAdv.
Declaration
public const ListLevelPattern UpLetter
Field Value
Type |
---|
ListLevelPattern |
UpRoman
Specifies the upper roman (I, II, III, ...) pattern for the ListLevelAdv
Declaration
public const ListLevelPattern UpRoman
Field Value
Type |
---|
ListLevelPattern |