@ProviderType
public interface ComponentStyleInfo
ComponentStyleInfo
provides methods for retrieving information about the styles defined on a page
authoring component (e.g. a title component).Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppliedCssClasses()
Retrieves the CSS classes that are applied to the component.
|
java.lang.String |
getAppliedHtmlElement()
Retrieves the HTML element that is applied to the component.
|
java.util.List<StyleInfo> |
getAppliedStyles()
Retrieves the styles that are applied to the component.
|
ContentPolicyStyleInfo |
getContentPolicyStyleInfo()
Retrieves the style information defined in the content policy of the component.
|
@Nullable ContentPolicyStyleInfo getContentPolicyStyleInfo()
null
otherwise@Nonnull java.util.List<StyleInfo> getAppliedStyles()
StyleInfo
s that are applied to the component, an empty list otherwise@Nullable java.lang.String getAppliedCssClasses()
null
otherwise@Nullable java.lang.String getAppliedHtmlElement()
null
otherwiseCopyright © 2010 - 2023 Adobe. All Rights Reserved