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
)
Public Function AppendText (
text As String
) As TextRange
public:
virtual TextRange^ AppendText(
String^ text
) sealed
abstract AppendText :
text : string -> TextRange
override AppendText :
text : string -> TextRange
Parameters
-
text
-
Type:
System
String
Return Value
Type:
TextRange
Implements
IParagraph
AppendText(String)
See Also