Gets a style from the collection by the style's name.
<void> InlineStyleCollection.getItem(<String> styleName, <RequestInlineStyleCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| style |
Specifies the style's name. |
| callback | Receives the style if available. Otherwise null. |
| error |
Optional. Is called when the operation failed with an error. |