Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFastOutputDevice
-
Packages that use PdfBoxFastOutputDevice Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxFastOutputDevice in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxFastOutputDevice Modifier and Type Field Description private PdfBoxFastOutputDevice
PdfBoxAccessibilityHelper. _od
private PdfBoxFastOutputDevice
PdfBoxBookmarkManager. _od
private PdfBoxFastOutputDevice
PdfBoxFastLinkManager. _od
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice Modifier and Type Method Description static org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestination
PdfBoxBookmarkManager. createBoxDestination(RenderingContext c, org.apache.pdfbox.pdmodel.PDDocument writer, PdfBoxFastOutputDevice od, float dotsPerPoint, Box root, Box box)
Creates aPDPageXYZDestination
with 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.PDShading
GradientHelper. createLinearGradient(PdfBoxFastOutputDevice od, java.awt.geom.AffineTransform transform, FSLinearGradient gradient, java.awt.Shape bounds)
This method is used for creating linear gradient with its components.Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice Constructor Description PdfBoxAccessibilityHelper(PdfBoxFastOutputDevice od, Box root, org.w3c.dom.Document doc)
PdfBoxBookmarkManager(org.w3c.dom.Document xml, org.apache.pdfbox.pdmodel.PDDocument doc, SharedContext sharedContext, float dotsPerPoint, PdfBoxFastOutputDevice od)
PdfBoxFastLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxFastOutputDevice od)
-