Initializes a new instance of the
ListStyle
class.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListStyle(
IDocument doc,
ListType listType
)
Public Sub New (
doc As IDocument,
listType As ListType
)
public:
ListStyle(
IDocument^ doc,
ListType listType
)
new :
doc : IDocument *
listType : ListType -> ListStyle
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
The doc.
-
listType
-
Type:
Spire.Doc.Documents
ListType
Type of the list.
See Also