Package com.helger.css.propertyvalue
Interface ICSSValue
- All Superinterfaces:
ICSSWriteable
- All Known Subinterfaces:
ICSSMultiValue
- All Known Implementing Classes:
CSSValue,CSSValueList,CSSValueMultiProperty,CSSValueMultiValue
Represents a single CSS value that is used in a CSS declaration.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.css.ICSSWriteable
getAsCSSString, getAsCSSString, getAsCSSString
-
Method Details
-
getProp
- Returns:
- The underlying CSS property from an enum. Never
null.
-