Sets the style's character spacing value, in twips. This value is added to each character. When it is negative, character spacing is reduced, otherwise it is extended.

Introduced: 30.0.

<void> Selection.setCharacterSpacing(<number> characterSpacing, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
characterSpacing The new value.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.