Click or drag to resize

CommentFormat Clone Method

Creates a new object that is a copy of the current instance.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CommentFormat Clone(
	IDocument doc
)

Parameters

doc
Type: Spire.Doc.Interface IDocument

Return Value

Type: CommentFormat
A new object that is a copy of this instance.
See Also