Package net.arcadiusmc.dom.style
Interface KeywordRepresentable
- All Known Implementing Classes:
AlignItems,DisplayType,FlexDirection,FlexWrap,JustifyContent
public interface KeywordRepresentable
CSS object that can be represented by a CSS keyword
-
Method Summary
Modifier and TypeMethodDescriptionGet the CSS keyword used to represent this object
-
Method Details
-
getKeyword
String getKeyword()Get the CSS keyword used to represent this object- Returns:
- CSS keyword
-