​
​
​

Sets a value specifying whether the writing direction is right-to-left at the current input position.

​<void> InputFormat.setRightToLeft(<Boolean> rightToLeft, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
rightToLeft Specifies whether the writing direction is right-to-left at the current input position.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.
​