Uses of Interface
com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
-
Packages that use PdfBoxOutputDevice Package Description com.openhtmltopdf.objects.pdf com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxOutputDevice in com.openhtmltopdf.objects.pdf
Methods in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDevice Modifier and Type Method Description protected java.util.Map<java.lang.String,org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject>PdfDrawerBase. getFormCacheMap(PdfBoxOutputDevice pdfBoxOutputDevice)protected org.apache.pdfbox.pdmodel.graphics.form.PDFormXObjectPdfDrawerBase. importPageAsXForm(RenderingContext ctx, org.w3c.dom.Element e, PdfBoxOutputDevice pdfBoxOutputDevice, org.apache.pdfbox.multipdf.LayerUtility layerUtility)Constructors in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDevice Constructor Description PDFBoxDeviceReference(PdfBoxOutputDevice referent) -
Uses of PdfBoxOutputDevice in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement PdfBoxOutputDevice Modifier and Type Class Description classPdfBoxFastOutputDeviceclassPdfBoxSlowOutputDeviceFields in com.openhtmltopdf.pdfboxout declared as PdfBoxOutputDevice Modifier and Type Field Description private PdfBoxOutputDevicePdfBoxLinkManager. _odDeprecated.private PdfBoxOutputDevicePdfBoxRenderer. _outputDeviceprivate PdfBoxOutputDevicePdfBoxReplacedElementFactory. _outputDeviceprivate PdfBoxOutputDevicePdfBoxUserAgent. _outputDeviceprivate PdfBoxOutputDevicePdfBoxForm. odMethods 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(org.w3c.dom.Element e, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od)static java.awt.geom.Rectangle2DPdfBoxFastLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, java.awt.geom.AffineTransform transform, Box _root, PdfBoxOutputDevice _od)static java.awt.geom.Rectangle2DPdfBoxLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, java.awt.geom.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 PdfBoxForm(org.w3c.dom.Element element, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od)PdfBoxLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxOutputDevice od)Deprecated.PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl)PdfBoxUserAgent(PdfBoxOutputDevice outputDevice)
-