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 | Begins a find session and highlights the first instance of toFind, if any. Return value is success. |
FindActive | None | Boolean | Returns whether a Find session is currently active. |
FindNext | None | Boolean | Attempts to find the next instance of the current Find session. |
FindPrevious | None | Boolean | Attempts to find the previous instance of the current Find session. |
FindReset | None | None | Resets the Find session. |
Paste | None | None | Performs a paste operation at the currently selected position. |
Replace | withText as String | Boolean | When in a Find session, replaces the current occurrence. |
SelectAll | None | None | Selects all Editor contents. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Format ReadOnly | 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.