Informs about whether one or more of the style's attributes are inherited from the surrounding paragraph.

<void> InlineStyle.isInheritedFromParagraph(<InlineStyle.Attributes> attributes, <RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
attributes Specifies one or more attributes.
callback Receives true, if the specified attributes are inherited from the paragraph. Otherwise it is false.
errorCallback Optional. Is called when the operation failed with an error.