CommentFormat Constructor (Document)
|
Initializes a new instance of the CommentFormat class with the specified document.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CommentFormat(
Document document
)
Public Sub New (
document As Document
)
public:
CommentFormat(
Document^ document
)
new :
document : Document -> CommentFormat
Parameters
-
document
-
Type:
Spire.Doc
Document
The document to which the comment format will be applied.
See Also