Click or drag to resize

Paragraph AppendText Method

Appends text to end of document.

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

Parameters

text
Type: System String

Return Value

Type: TextRange

Implements

IParagraph AppendText(String)
See Also