Sets the line spacing of a paragraph as a percentage of the font size.

<void> ParagraphFormat.setLineSpacing(<number> lineSpacing, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
lineSpacing The line spacing of a paragraph as a percentage of the font size.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.