ListFormat
ListType Property
|
Gets type of the list.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListType ListType { get; }
Public ReadOnly Property ListType As ListType
Get
public:
property ListType ListType {
ListType get ();
}
member ListType : ListType with get
Property Value
Type:
ListType
See Also