Uses of Class
com.openhtmltopdf.render.JustificationInfo
Packages that use JustificationInfo
Package
Description
-
Uses of JustificationInfo in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) Draws a justified string. -
Uses of JustificationInfo in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidPdfBoxFastOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxSlowOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) voidPdfBoxFastOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) voidPdfBoxOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) voidPdfBoxSlowOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) -
Uses of JustificationInfo in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return JustificationInfoMethods in com.openhtmltopdf.render with parameters of type JustificationInfoModifier and TypeMethodDescriptionfloatInlineLayoutBox.adjustHorizontalPosition(JustificationInfo info, float adjust) floatInlineLayoutBox.adjustHorizontalPositionRTL(JustificationInfo info, float adjust) floatInlineText.calcTotalAdjustment(JustificationInfo info)