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
)
Public Function Clone (
doc As IDocument
) As CommentFormat
public:
CommentFormat^ Clone(
IDocument^ doc
)
member Clone :
doc : IDocument -> CommentFormat
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
Return Value
Type:
CommentFormat
A new object that is a copy of this instance.
See Also