Sets the line spacing of a paragraph as a percentage of the font size.
<void> ParagraphFormat.setLineSpacing(<number> lineSpacing, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
line |
The line spacing of a paragraph as a percentage of the font size. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |