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 class
AnnotationContainer.PDAnnotationFileAttachmentContainer
static class
AnnotationContainer.PDAnnotationLinkContainer
Methods in com.openhtmltopdf.pdfboxout that return AnnotationContainer Modifier and Type Method Description private AnnotationContainer
PdfBoxFastLinkManager. 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 void
PdfBoxFastLinkManager. addLinkToPage(org.apache.pdfbox.pdmodel.PDPage page, AnnotationContainer annot, Box anchor, Box target)
private boolean
PdfBoxFastLinkManager. placeAnnotation(java.awt.geom.AffineTransform transform, java.awt.Shape linkShape, java.awt.geom.Rectangle2D targetArea, AnnotationContainer annot)
-