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 short
CSS_CUSTOM
static short
CSS_INHERIT
static short
CSS_PRIMITIVE_VALUE
static short
CSS_VALUE_LIST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCssText()
short
getCssValueType()
-
-
-
Field Detail
-
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
-
-