Package com.openhtmltopdf.css.parser
Interface CSSValue
- All Known Subinterfaces:
CSSPrimitiveValue
- All Known Implementing Classes:
PropertyValue
public interface CSSValue
-
Field Summary
Fields Modifier and Type Field Description static shortCSS_CUSTOMstatic shortCSS_INHERITstatic shortCSS_PRIMITIVE_VALUEstatic shortCSS_VALUE_LIST -
Method Summary
Modifier and Type Method Description StringgetCssText()shortgetCssValueType()
-
Field Details
-
CSS_INHERIT
static final short CSS_INHERIT- See Also:
- Constant Field Values
-
CSS_PRIMITIVE_VALUE
static final short CSS_PRIMITIVE_VALUE- See Also:
- Constant Field Values
-
CSS_VALUE_LIST
static final short CSS_VALUE_LIST- See Also:
- Constant Field Values
-
CSS_CUSTOM
static final short CSS_CUSTOM- See Also:
- Constant Field Values
-
-
Method Details
-
getCssText
String getCssText() -
getCssValueType
short getCssValueType()
-