Adds a new style to the current document.

<void> ParagraphStyleCollection.add(<String> styleName, [<RequestParagraphStyleCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
styleName Specifies the style's name.
callback Optional. Receives the added style if the style is succesfully added. Otherwise null.
errorCallback Optional. Is called when the operation failed with an error.