Uses of Class
org.verapdf.pd.PDAnnotation
-
Packages that use PDAnnotation Package Description org.verapdf.gf.model.impl.sa org.verapdf.pd org.verapdf.pd.annotations -
-
Uses of PDAnnotation in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa with parameters of type PDAnnotation Modifier and Type Method Description static GFSAAnnotationGFSAAnnotation. createAnnot(PDAnnotation annot, PDPage page)Constructors in org.verapdf.gf.model.impl.sa with parameters of type PDAnnotation Constructor Description GFSAAnnotation(PDAnnotation annot, PDPage page)GFSAAnnotation(PDAnnotation annot, PDPage page, String type)GFSALinkAnnotation(PDAnnotation annot, PDPage page) -
Uses of PDAnnotation in org.verapdf.pd
Methods in org.verapdf.pd that return PDAnnotation Modifier and Type Method Description PDAnnotationPDAnnotation. getPopup()Methods in org.verapdf.pd that return types with arguments of type PDAnnotation Modifier and Type Method Description List<PDAnnotation>PDPage. getAnnotations() -
Uses of PDAnnotation in org.verapdf.pd.annotations
Subclasses of PDAnnotation in org.verapdf.pd.annotations Modifier and Type Class Description classPDWidgetAnnotation
-