Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFastOutputDevice
Packages that use PdfBoxFastOutputDevice
-
Uses of PdfBoxFastOutputDevice in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxFastOutputDeviceModifier and TypeFieldDescriptionprivate final PdfBoxFastOutputDevicePdfBoxAccessibilityHelper._odprivate final PdfBoxFastOutputDevicePdfBoxBookmarkManager._odprivate final PdfBoxFastOutputDevicePdfBoxFastLinkManager._odMethods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDeviceModifier and TypeMethodDescriptionstatic org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestinationPdfBoxBookmarkManager.createBoxDestination(RenderingContext c, org.apache.pdfbox.pdmodel.PDDocument writer, PdfBoxFastOutputDevice od, float dotsPerPoint, Box root, Box box) Creates aPDPageXYZDestinationwith the Y set to the min Y of the border box and the X and Z set to null.static org.apache.pdfbox.pdmodel.graphics.shading.PDShadingGradientHelper.createLinearGradient(PdfBoxFastOutputDevice od, AffineTransform transform, FSLinearGradient gradient, Shape bounds) This method is used for creating linear gradient with its components.Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDeviceModifierConstructorDescriptionPdfBoxAccessibilityHelper(PdfBoxFastOutputDevice od, Box root, Document doc) PdfBoxBookmarkManager(Document xml, org.apache.pdfbox.pdmodel.PDDocument doc, SharedContext sharedContext, float dotsPerPoint, PdfBoxFastOutputDevice od) PdfBoxFastLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxFastOutputDevice od)