Class ListValue
java.lang.Object
com.openhtmltopdf.css.style.DerivedValue
com.openhtmltopdf.css.style.derived.ListValue
- All Implemented Interfaces:
FSDerivedValue
public class ListValue extends DerivedValue
-
Constructor Summary
Constructors Constructor Description ListValue(CSSName name, PropertyValue value) -
Method Summary
Modifier and Type Method Description String[]asStringArray()List<PropertyValue>getValues()Methods inherited from class com.openhtmltopdf.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
Constructor Details
-
Method Details
-
getValues
-
asStringArray
- Specified by:
asStringArrayin interfaceFSDerivedValue- Overrides:
asStringArrayin classDerivedValue
-