Creates a deep copy of the current style object.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public abstract IStyle Clone()
 
Public MustOverride Function Clone As IStyle
 
public:
virtual IStyle^ Clone() abstract
 
abstract Clone : unit -> IStyle 
 
 
 
Return Value
 
 Type:
 
IStyle
 
 A new instance of the style object with the same properties as the current object.
 
Implements
 
IStyle
Clone
 
 See Also
See Also