Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFastOutputDevice
-
Packages that use PdfBoxFastOutputDevice Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxFastOutputDevice in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice Modifier and Type Method Description static org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestinationPdfBoxBookmarkManager. createBoxDestination(com.openhtmltopdf.render.RenderingContext c, org.apache.pdfbox.pdmodel.PDDocument writer, PdfBoxFastOutputDevice od, float dotsPerPoint, com.openhtmltopdf.render.Box root, com.openhtmltopdf.render.Box box)Creates aPDPageXYZDestinationwith the Y set to the min Y of the border box and the X and Z set to null.Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice Constructor Description PdfBoxAccessibilityHelper(PdfBoxFastOutputDevice od, com.openhtmltopdf.render.Box root, Document doc)PdfBoxBookmarkManager(Document xml, org.apache.pdfbox.pdmodel.PDDocument doc, com.openhtmltopdf.layout.SharedContext sharedContext, float dotsPerPoint, PdfBoxFastOutputDevice od)PdfBoxFastLinkManager(com.openhtmltopdf.layout.SharedContext ctx, float dotsPerPoint, com.openhtmltopdf.render.Box root, PdfBoxFastOutputDevice od)
-