Sets the paragraph's formatting style. The specified style must be the name of a style contained in the Paragraph
<void> Paragraph.setFormattingStyle(<string> formattingStyle, <EmptyRequestCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| formatting |
The paragraph formatting style. |
| callback | Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |