Uses of Class
com.openhtmltopdf.render.JustificationInfo
-
Packages that use JustificationInfo Package Description com.openhtmltopdf.extend com.openhtmltopdf.render -
-
Uses of JustificationInfo in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type JustificationInfo Modifier and Type Method Description voidTextRenderer. drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return JustificationInfo Modifier and Type Method Description JustificationInfoLineBox. getJustificationInfo()Methods in com.openhtmltopdf.render with parameters of type JustificationInfo Modifier and Type Method Description floatInlineLayoutBox. adjustHorizontalPosition(JustificationInfo info, float adjust)floatInlineText. calcTotalAdjustment(JustificationInfo info)
-