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
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<CounterData>
_values
-
Constructor Summary
Constructors Constructor Description CountersValue(CSSName name, PropertyValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
asStringArray()
java.util.List<CounterData>
getValues()
-
Methods inherited from class com.openhtmltopdf.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
-
-
-
Field Detail
-
_values
private final java.util.List<CounterData> _values
-
-
Constructor Detail
-
CountersValue
public CountersValue(CSSName name, PropertyValue value)
-
-
Method Detail
-
getValues
public java.util.List<CounterData> getValues()
-
asStringArray
public java.lang.String[] asStringArray()
- Specified by:
asStringArray
in interfaceFSDerivedValue
- Overrides:
asStringArray
in classDerivedValue
-
-