Click or drag to resize

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
)

Parameters

text
Type: System String
The string.

Return Value

Type: Comment
Returns WComment.

Implements

IParagraph AppendComment(String)
See Also