Represents the current text input position of a document.
InputPosition Introduced: X18.
| Enumeration | Description |
|---|---|
| Scroll |
Determines a position to where the input position is scrolled. |
| Method | Description |
|---|---|
| get |
Gets the size of the caret, in pixels, at the current text input position. |
| get |
Gets the column number of the current text input position. |
| get |
Gets whether the current text input position when the Text |
| get |
Gets the line number of the current text input position. |
| get |
Gets the geometric location of the current text input position. |
| get |
Gets the page number of the current text input position. |
| get |
Gets the page number in the section containing the current text input position. |
| get |
Gets the section number of the current text input position. |
| get |
Gets the text position of the current text input position. |
| scroll |
Scrolls the contents of a Text Control so that the current input position becomes visible. |
| set |
Sets whether the current text input position when the Text |
Learn more about the Javascript: Input