@ProviderType
public interface StyleInfo
StyleInfo
provides methods for retrieving style information.
It represents a style resource defined in a content policy below a cq:styles
node.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCssClasses()
Retrieves the CSS style classes defined as a string for the style.
|
java.lang.String |
getHtmlElement()
Retrieves the HTML element defined for the style.
|
java.lang.String |
getId()
Retrieves the style ID.
|
java.lang.String |
getLabel()
Retrieves the readable name of the style.
|
@Nullable java.lang.String getId()
null
otherwise@Nullable java.lang.String getLabel()
null
otherwise@Nullable java.lang.String getCssClasses()
null
otherwise@Nullable java.lang.String getHtmlElement()
null
otherwiseCopyright © 2010 - 2023 Adobe. All Rights Reserved