Class ListPatternType
Specifies type of the list numbering format.
Inheritance
System.Object
ListPatternType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ListPatternType : Enum
Fields
Arabic
Arabic format.
Declaration
public const ListPatternType Arabic
Field Value
Type |
---|
ListPatternType |
Bullet
Bullet numbering format.
Declaration
public const ListPatternType Bullet
Field Value
Type |
---|
ListPatternType |
ChineseCountingThousand
Specifies chinese counting thousand format.
Declaration
public const ListPatternType ChineseCountingThousand
Field Value
Type |
---|
ListPatternType |
FarEast
Far east numbering format.
Declaration
public const ListPatternType FarEast
Field Value
Type |
---|
ListPatternType |
KanjiDigit
Declaration
public const ListPatternType KanjiDigit
Field Value
Type |
---|
ListPatternType |
LeadingZero
Leading zero numbering format.
Declaration
public const ListPatternType LeadingZero
Field Value
Type |
---|
ListPatternType |
LowLetter
Lower case letter numbering format.
Declaration
public const ListPatternType LowLetter
Field Value
Type |
---|
ListPatternType |
LowRoman
Lower roman numbering format.
Declaration
public const ListPatternType LowRoman
Field Value
Type |
---|
ListPatternType |
None
Specifies None numbering format.
Declaration
public const ListPatternType None
Field Value
Type |
---|
ListPatternType |
Number
Number numbering format.
Declaration
public const ListPatternType Number
Field Value
Type |
---|
ListPatternType |
Ordinal
Ordinal numbering format.
Declaration
public const ListPatternType Ordinal
Field Value
Type |
---|
ListPatternType |
OrdinalText
Ordinal text numbering format.
Declaration
public const ListPatternType OrdinalText
Field Value
Type |
---|
ListPatternType |
Special
Special numbering format.
Declaration
public const ListPatternType Special
Field Value
Type |
---|
ListPatternType |
UpLetter
Upper case letter numbering format.
Declaration
public const ListPatternType UpLetter
Field Value
Type |
---|
ListPatternType |
UpRoman
Upper roman numbering format.
Declaration
public const ListPatternType UpRoman
Field Value
Type |
---|
ListPatternType |