Adds new list style to document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ListStyle AddListStyle( ListType listType, string styleName )
Public Function AddListStyle ( listType As ListType, styleName As String ) As ListStyle
public: virtual ListStyle^ AddListStyle( ListType listType, String^ styleName ) sealed
abstract AddListStyle : listType : ListType * styleName : string -> ListStyle override AddListStyle : listType : ListType * styleName : string -> ListStyle