ListStyle
CreateEmptyListStyle Method
|
Creates an empty list style for a document with the specified list type and level.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public static ListStyle CreateEmptyListStyle(
IDocument doc,
ListType listType,
bool isOneLevelList
)
Public Shared Function CreateEmptyListStyle (
doc As IDocument,
listType As ListType,
isOneLevelList As Boolean
) As ListStyle
public:
static ListStyle^ CreateEmptyListStyle(
IDocument^ doc,
ListType listType,
bool isOneLevelList
)
static member CreateEmptyListStyle :
doc : IDocument *
listType : ListType *
isOneLevelList : bool -> ListStyle
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
-
listType
-
Type:
Spire.Doc.Documents
ListType
List type(bulleted or numbered)
-
isOneLevelList
-
Type:
System
Boolean
Is it list that consist of 1 level only.
Return Value
Type:
ListStyle
See Also