Overview
Represents a single run in which the characters have the same set of highlights in the input method text.
Profile: common conditional inputmethod
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read | highlight | InputMethodHighlight | ![]() | null |
The higlight used for displaying this text. |
||
| public-read | text | String | ![]() | empty string |
The text in this run. |
Inherited Variables
Script Function Summary
- public impl_inputMethodTextRun(text: java.lang.String, highlight: InputMethodHighlight) : InputMethodTextRun
Function Summary
- public toString() : java.lang.String

