Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Copy | None | None | Performs a copy operation on the selected content. |
Cut | None | None | Performs a copy operation followed by deleting the selected content. |
Delete | None | None | Removes the currently selected content. |
DeselectAll | None | None | Deselects all currently selected content. |
Find | toFind as String, caseSensitive as Boolean = False, wholeWord as Boolean = False | Boolean | Attempts to find instances of toFind within the Editor’s content. Return value is success. |
FindActive | None | Boolean | Returns True when a Find session is active within the Editor. |
FindNext | None | Boolean | When a Find session is active, will jump to the next matching instance. |
FindPrevious | None | Boolean | When a Find session is active, will jump to the previous matching instance. |
FindReset | None | None | Resets the Find session. |
Paste | None | None | Performs a paste operation at the currently selected position. |
Replace | withText as String | None | When in a Find session, replaces the current occurrence. |
SelectAll | None | None | Selects all Editor contents. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Format (Read Only) | GraffitiEditorFormat | Generated | Access to Format functionality. |
Text | String | “” | Currently selected text. |
Examples #
This class currently has no examples.
Notes #
Get and Set Support #
This functionality is considered experimental and may not work under all scenarios. It is recommended that you not rely on these methods and, instead, interact with content by using the other provided methods.