Click or drag to resize

Style Clone Method

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
public abstract IStyle Clone()

Return Value

Type: IStyle
A new instance of the style object with the same properties as the current object.

Implements

IStyle Clone
See Also