ParagraphStyle
Clone Method
|
Clones the current ParagraphStyle object.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override IStyle Clone()
Public Overrides Function Clone As IStyle
public:
virtual IStyle^ Clone() override
abstract Clone : unit -> IStyle
override Clone : unit -> IStyle
Return Value
Type:
IStyle
A new ParagraphStyle object that is a copy of the current object.
Implements
IStyle
Clone
IStyle
Clone
See Also