Paragraph
AppendComment Method
|
Appends the comment.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Comment AppendComment(
string text
)
Public Function AppendComment (
text As String
) As Comment
public:
virtual Comment^ AppendComment(
String^ text
) sealed
abstract AppendComment :
text : string -> Comment
override AppendComment :
text : string -> Comment
Parameters
-
text
-
Type:
System
String
The string.
Return Value
Type:
Comment
Returns WComment.
Implements
IParagraph
AppendComment(String)
See Also