Appends the comment.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
The string.

Return Value

Comment
Returns WComment.

Implements

IParagraph..::..AppendComment(String)

See Also