ListStyleCollection
Add Method
|
Adds the list style into collection.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
ListStyle style
)
Public Function Add (
style As ListStyle
) As Integer
public:
int Add(
ListStyle^ style
)
member Add :
style : ListStyle -> int
Parameters
-
style
-
Type:
Spire.Doc.Documents
ListStyle
The style.
Return Value
Type:
Int32
See Also