Sets a value specifying whether text is vertically centered at the current text input position.

<void> InputFormat.setVerticallyCentered(<boolean> verticallyCentered, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
verticallyCentered Specifies whether text is vertically centered at the current text input position.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.