IStyleCollection
Add Method
|
Adds the specified style.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Function Add (
style As IStyle
) As Integer
abstract Add :
style : IStyle -> int
Parameters
-
style
-
Type:
Spire.Doc.Interface
IStyle
The style.
Return Value
Type:
Int32
See Also