Removes a formatting style from the collection.
<void> FormattingStyleCollection.remove(<string> styleName, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| style |
The name of the style to remove. |
| callback | Optional. Receives true if the style could be removed, false if not. |
| error |
Optional. Is called when the operation failed with an error. |