import "Accessibility_EditableText.idl";
Inheritance diagram for Accessibility::EditableText:
Public Member Functions | |
boolean | setTextContents (in string newContents) |
boolean | insertText (in long position, in string text, in long length) |
boolean | setAttributes (in string attributes, in long startPos, in long endPos) |
void | copyText (in long startPos, in long endPos) |
boolean | cutText (in long startPos, in long endPos) |
boolean | deleteText (in long startPos, in long endPos) |
boolean | pasteText (in long position) |
void | unImplemented5 () |
void | unImplemented6 () |
void | unImplemented9 () |
void | unImplemented10 () |
void | unImplemented11 () |
void | unImplemented12 () |
|
Copy a range of text into the system clipboard.
|
|
Excise a range of text from a Text object, copying it into the system clipboard.
|
|
Excise a range of text from a Text object without copying it into the system clipboard.
|
|
Insert new text contents into an existing text object at a given location, while retaining the old contents.
|
|
Copy the text contents of the system clipboard, if any, into a Text object, inserting it at a particular character offset.
|
|
Apply a particular set of attributes to a range of text.
|
|
Replace the text contents with a new string, discarding the old contents.
|
|
|
|
|
|
|
|
unImplemented: placeholders for future expansion. Note that these are named 'unimplemented5 and unimplemented6' to avoid conflict with placeholders from Accessibility::Text. |
|
|
|
|