Uses of Class
com.openhtmltopdf.layout.counter.CounterContext
-
Packages that use CounterContext Package Description com.openhtmltopdf.layout com.openhtmltopdf.layout.counter -
-
Uses of CounterContext in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type CounterContext Modifier and Type Field Description java.util.Map<CalculatedStyle,CounterContext>
LayoutContext. _counterContextMap
-
Uses of CounterContext in com.openhtmltopdf.layout.counter
Fields in com.openhtmltopdf.layout.counter declared as CounterContext Modifier and Type Field Description private CounterContext
CounterContext. _parent
This is different because it needs to work even when the counter- properties cascade and it should also logically be redefined on each level (think list-items within list-items)
-