Uses of Class
org.verapdf.pd.PDPage
Packages that use PDPage
Package
Description
-
Uses of PDPage in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDPageModifier and TypeMethodDescriptionstatic PageFeaturesObjectGFFeaturesObjectCreator.createPageFeaturesObject(PDPage page, String label, String thumb, Set<String> annotsId, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild, int index) Creates new GFPageFeaturesObjectAdapter -
Uses of PDPage in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDPageModifierConstructorDescriptionGFPageFeaturesObjectAdapter(PDPage page, String label, String thumb, Set<String> annotsId, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild, int index) Constructs new Page Feature Object -
Uses of PDPage in org.verapdf.gf.model.impl.pd
Methods in org.verapdf.gf.model.impl.pd with parameters of type PDPageModifier and TypeMethodDescriptionstatic GFPDAnnotGFPDAnnot.createAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page) Constructors in org.verapdf.gf.model.impl.pd with parameters of type PDPageModifierConstructorDescriptionGFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page) GFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page, String type) Default constructor -
Uses of PDPage in org.verapdf.gf.model.impl.pd.annotations
Constructors in org.verapdf.gf.model.impl.pd.annotations with parameters of type PDPageModifierConstructorDescriptionGFPD3DAnnot(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) GFPDWidgetAnnot(PDWidgetAnnotation annot, PDResourcesHandler pageResources, PDPage page) -
Uses of PDPage in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa with parameters of type PDPageModifier and TypeMethodDescriptionstatic GFSAAnnotationGFSAAnnotation.createAnnot(PDAnnotation annot, PDPage page) static MatrixGFSAPage.createCurrentTransformationMatrix(PDPage pdPage) Constructors in org.verapdf.gf.model.impl.sa with parameters of type PDPageModifierConstructorDescriptionGFSAAnnotation(PDAnnotation annot, PDPage page) GFSAAnnotation(PDAnnotation annot, PDPage page, String type) GFSALinkAnnotation(PDAnnotation annot, PDPage page) -
Uses of PDPage in org.verapdf.pd
Methods in org.verapdf.pd that return PDPageModifier and TypeMethodDescriptionPDPageTreeBranch.findTerminalPDPage(int index) PDPageTreeNode.findTerminalPDPage(int index) PDDocument.getPage(int number) PDPageTree.getPage(int index) PDDocument.newPage(double[] bbox, int insertAt) PDPageTree.newPage(int insertAt) Methods in org.verapdf.pd that return types with arguments of type PDPageMethods in org.verapdf.pd with parameters of type PDPage