Uses of Interface
com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Packages that use PdfBoxOutputDevice
-
Uses of PdfBoxOutputDevice in com.openhtmltopdf.objects.pdf
Methods in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDeviceModifier and TypeMethodDescriptionPdfDrawerBase.getFormCacheMap(PdfBoxOutputDevice pdfBoxOutputDevice) protected org.apache.pdfbox.pdmodel.graphics.form.PDFormXObjectPdfDrawerBase.importPageAsXForm(RenderingContext ctx, Element e, PdfBoxOutputDevice pdfBoxOutputDevice, org.apache.pdfbox.multipdf.LayerUtility layerUtility) Constructors in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDeviceModifierConstructorDescription(package private)PDFBoxDeviceReference(PdfBoxOutputDevice referent) -
Uses of PdfBoxOutputDevice in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement PdfBoxOutputDeviceFields in com.openhtmltopdf.pdfboxout declared as PdfBoxOutputDeviceModifier and TypeFieldDescriptionprivate final PdfBoxOutputDevicePdfBoxLinkManager._odDeprecated.private final PdfBoxOutputDevicePdfBoxRenderer._outputDeviceprivate final PdfBoxOutputDevicePdfBoxReplacedElementFactory._outputDeviceprivate final PdfBoxOutputDevicePdfBoxUserAgent._outputDeviceprivate final PdfBoxOutputDevicePdfBoxForm.odMethods in com.openhtmltopdf.pdfboxout that return PdfBoxOutputDeviceMethods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDeviceModifier and TypeMethodDescriptionvoidPdfBoxPerDocumentFormState.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 PdfBoxOutputDeviceModifierConstructorDescriptionprivatePdfBoxForm(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)