Class ListType
Specifies type of the list format.
Inheritance
System.Object
ListType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ListType : Enum
Fields
Bulleted
Specifies bulleted list.
Declaration
public const ListType Bulleted
Field Value
Type |
---|
ListType |
NoList
No numbering.
Declaration
public const ListType NoList
Field Value
Type |
---|
ListType |
Numbered
Specifies numbered list.
Declaration
public const ListType Numbered
Field Value
Type |
---|
ListType |