Uses of Class
com.openhtmltopdf.pdfboxout.AnnotationContainer
-
Packages that use AnnotationContainer Package Description com.openhtmltopdf.pdfboxout -
-
Uses of AnnotationContainer in com.openhtmltopdf.pdfboxout
Subclasses of AnnotationContainer in com.openhtmltopdf.pdfboxout Modifier and Type Class Description static classAnnotationContainer.PDAnnotationFileAttachmentContainerstatic classAnnotationContainer.PDAnnotationLinkContainerMethods in com.openhtmltopdf.pdfboxout that return AnnotationContainer Modifier and Type Method Description private AnnotationContainerPdfBoxFastLinkManager. createFileEmbedLinkAnnotation(org.w3c.dom.Element elem, java.lang.String uri)Create a file attachment link, being careful not to embed the same file (as specified by uri) more than once.Methods in com.openhtmltopdf.pdfboxout with parameters of type AnnotationContainer Modifier and Type Method Description private voidPdfBoxFastLinkManager. addLinkToPage(org.apache.pdfbox.pdmodel.PDPage page, AnnotationContainer annot, Box anchor, Box target)private booleanPdfBoxFastLinkManager. placeAnnotation(java.awt.geom.AffineTransform transform, java.awt.Shape linkShape, java.awt.geom.Rectangle2D targetArea, AnnotationContainer annot)
-