Appends text to the document in a certain format.
Introduced: 31.0.
<void> TXTextControl.append(<StreamType> streamType, <string> base64Data, <LoadDocumentCallback> callback, [<LoadSettings> loadSettings], [<AppendSettings> appendSettings], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
stream |
Specifies one of the numerical Stream |
base64Data | Base64 encoded document data. For encoding strings containing characters outside of the Latin1 range use TXText |
callback | Receives information about the appended data when the appending process is finished. |
load |
Optional. Additional settings for appending the data. |
append |
Optional. Settings on how the document is appended. |
error |
Optional. Is called when the operation failed with an error. |