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

<void> InputFormat.setLeftToRight(<Boolean> leftToRight, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

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