Information Classification: External Restricted.
See https://www.chili-publish.com/security
Document Object Model - TextSelection
The current text selection in the Document
Fields
Name | Type | Triggers | Description |
|---|---|---|---|
range |
| Text Range helper class | |
textFormat |
| TextFormat helper class | |
frame |
| Current frame | |
absoluteStart | int |
| Start index of the selection |
absoluteEnd | int |
| End index of the selection |
length | int |
| Selection lengt |
editable | bool |
| Returns false if the text cannot be edited by end users |
plainText | string |
| Plain text content of selection |