Uses of Class
com.openhtmltopdf.css.parser.CounterData
-
Packages that use CounterData Package Description com.openhtmltopdf.css.parser com.openhtmltopdf.css.style com.openhtmltopdf.css.style.derived com.openhtmltopdf.layout.counter -
-
Uses of CounterData in com.openhtmltopdf.css.parser
Fields in com.openhtmltopdf.css.parser with type parameters of type CounterData Modifier and Type Field Description private java.util.List<CounterData>
PropertyValue. _counters
Methods in com.openhtmltopdf.css.parser that return types with arguments of type CounterData Modifier and Type Method Description java.util.List<CounterData>
PropertyValue. getCounters()
Constructor parameters in com.openhtmltopdf.css.parser with type arguments of type CounterData Constructor Description PropertyValue(java.util.List<CounterData> values, boolean unused)
-
Uses of CounterData in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return types with arguments of type CounterData Modifier and Type Method Description java.util.List<CounterData>
CalculatedStyle. getCounterIncrement()
java.util.List<CounterData>
CalculatedStyle. getCounterReset()
-
Uses of CounterData in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived with type parameters of type CounterData Modifier and Type Field Description private java.util.List<CounterData>
CountersValue. _values
Methods in com.openhtmltopdf.css.style.derived that return types with arguments of type CounterData Modifier and Type Method Description java.util.List<CounterData>
CountersValue. getValues()
-
Uses of CounterData in com.openhtmltopdf.layout.counter
Methods in com.openhtmltopdf.layout.counter with parameters of type CounterData Modifier and Type Method Description private boolean
CounterContext. incrementCounter(CounterData cd)
private void
CounterContext. resetCounter(CounterData cd)
-