Initializes a new instance of the ListStyle class
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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