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