Click or drag to resize

ParagraphAppendText Method

Appends text to end of document.

Namespace:  Spire.Doc.Documents
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public TextRange AppendText(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: TextRange

Implements

IParagraphAppendText(String)
See Also