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

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CommentFormat Clone(
	IDocument doc
)
Public Function Clone ( 
	doc As IDocument
) As CommentFormat
public:
CommentFormat^ Clone(
	IDocument^ doc
)
member Clone : 
        doc : IDocument -> CommentFormat 

Parameters

doc
IDocument

Return Value

CommentFormat
A new object that is a copy of this instance.

See Also