Uses of Interface
com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
-
Packages that use PdfBoxOutputDevice Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxOutputDevice in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement PdfBoxOutputDevice Modifier and Type Class Description classPdfBoxFastOutputDeviceclassPdfBoxSlowOutputDeviceMethods in com.openhtmltopdf.pdfboxout that return PdfBoxOutputDevice Modifier and Type Method Description PdfBoxOutputDevicePdfBoxRenderer. getOutputDevice()Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDevice Modifier and Type Method Description voidPdfBoxPerDocumentFormState. addFormIfRequired(Box box, PdfBoxOutputDevice od)Adds a form to a map to be used later byprocessControls.static PdfBoxFormPdfBoxForm. createForm(Element e, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od)static Rectangle2DPdfBoxFastLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od)static Rectangle2DPdfBoxLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od)Deprecated.voidBookmarkElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)voidPdfBoxImageElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)voidPdfBoxObjectDrawerReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)voidPdfBoxPDFReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)voidPdfBoxReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)voidPdfBoxSVGReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDevice Constructor Description PdfBoxLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxOutputDevice od)Deprecated.PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl)PdfBoxUserAgent(PdfBoxOutputDevice outputDevice)
-