Uses of Class
com.openhtmltopdf.render.CharCounts
-
Packages that use CharCounts Package Description com.openhtmltopdf.render -
-
Uses of CharCounts in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as CharCounts Modifier and Type Field Description private CharCounts
InlineText. _counts
Methods in com.openhtmltopdf.render that return CharCounts Modifier and Type Method Description private CharCounts
LineBox. countJustifiableChars()
Methods in com.openhtmltopdf.render with parameters of type CharCounts Modifier and Type Method Description void
InlineLayoutBox. countJustifiableChars(CharCounts counts)
void
InlineText. countJustifiableChars(CharCounts counts)
-