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.PDFormXObject
PdfDrawerBase.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 PdfBoxOutputDevice
PdfBoxLinkManager._od
Deprecated.private final PdfBoxOutputDevice
PdfBoxRenderer._outputDevice
private final PdfBoxOutputDevice
PdfBoxReplacedElementFactory._outputDevice
private final PdfBoxOutputDevice
PdfBoxUserAgent._outputDevice
private final PdfBoxOutputDevice
PdfBoxForm.od
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxOutputDeviceMethods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDeviceModifier and TypeMethodDescriptionvoid
PdfBoxPerDocumentFormState.addFormIfRequired
(Box box, PdfBoxOutputDevice od) Adds a form to a map to be used later byprocessControls
.static PdfBoxForm
PdfBoxForm.createForm
(Element e, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od) static Rectangle2D
PdfBoxFastLinkManager.createTargetArea
(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od) static Rectangle2D
PdfBoxLinkManager.createTargetArea
(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od) Deprecated.void
BookmarkElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) void
PdfBoxImageElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) void
PdfBoxObjectDrawerReplacedElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) void
PdfBoxPDFReplacedElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) void
PdfBoxReplacedElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) void
PdfBoxSVGReplacedElement.paint
(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDeviceModifierConstructorDescriptionprivate
PdfBoxForm
(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)