append Method

Summary

Appends a string to the modified TextBuffer.

Syntax

TypeScript
    append(str: string): number; 

Parameters

str

The string to append.

Return Value

The index into the TextBuffer where the newly inserted string begins.

Remarks

This would be used to add the new text added to the document to a now modified TextBuffer.

Requirements

Target Platforms

See Also

TextBuffer Object

TextBuffer Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.