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> FormattingStyle.setCharacterSpacing(<number> characterSpacing, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
character |
The new value. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |