Uses of Class
org.verapdf.pd.PDAnnotation
-
-
Uses of PDAnnotation in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDAnnotation Modifier and Type Method Description static AnnotationFeaturesObjectGFFeaturesObjectCreator. createAnnotFeaturesObject(PDAnnotation annot, String id, String popupId, Set<String> formXObjects)Creates new GFAnnotationFeaturesObjectAdapter -
Uses of PDAnnotation in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDAnnotation Constructor Description GFAnnotationFeaturesObjectAdapter(PDAnnotation annot, String id, String popupId, Set<String> formXObjects)Constructs new Annotation Feature Object Adapter -
Uses of PDAnnotation in org.verapdf.gf.model.impl.pd
Methods in org.verapdf.gf.model.impl.pd with parameters of type PDAnnotation Modifier and Type Method Description static GFPDAnnotGFPDAnnot. createAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)Constructors in org.verapdf.gf.model.impl.pd with parameters of type PDAnnotation Constructor Description GFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)GFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page, String type) -
Uses of PDAnnotation in org.verapdf.gf.model.impl.pd.annotations
Constructors in org.verapdf.gf.model.impl.pd.annotations with parameters of type PDAnnotation Constructor Description GFPD3DAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)GFPDLinkAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)GFPDPrinterMarkAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)GFPDTrapNetAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page) -
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
-