Package com.openhtmltopdf.layout
Class CounterFunction
java.lang.Object
com.openhtmltopdf.layout.CounterFunction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCounterFunction
(int counterValue, IdentValue listStyleType) CounterFunction
(List<Integer> counterValues, String separator, IdentValue listStyleType) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createCounterText
(IdentValue listStyle, int listCounter) evaluate()
private static String
toLatin
(int val) private static String
toRoman
(int val)
-
Field Details
-
_listStyleType
-
_counterValue
private int _counterValue -
_counterValues
-
_separator
-
-
Constructor Details
-
CounterFunction
-
CounterFunction
-
-
Method Details
-
toRoman
-
createCounterText
-
toLatin
-
evaluate
-