Sets a new input position from a geometric location.
Introduced: 30.0.
<void> TXTextControl.setInputPositionByLocation(<Point> location, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
location | Specifies a geometric location. The point must be specified in twips with an origin at the top left corner of the control. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |