Click or drag to resize

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()

Return Value

Type: IStyle
A new ParagraphStyle object that is a copy of the current object.

Implements

IStyle Clone
IStyle Clone
See Also