Uses of Class
org.verapdf.pd.PDPage
-
Packages that use PDPage Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.pd org.verapdf.gf.model.impl.pd.annotations org.verapdf.gf.model.impl.sa org.verapdf.pd -
-
Uses of PDPage in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDPage Modifier and Type Method Description static 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 PDPage Constructor Description GFPageFeaturesObjectAdapter(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 PDPage 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 PDPage Constructor Description GFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page)GFPDAnnot(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page, String type)GFPDPage(PDPage pdPage)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 PDPage 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)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 PDPage Modifier and Type Method Description static GFSAAnnotationGFSAAnnotation. createAnnot(PDAnnotation annot, PDPage page)Constructors in org.verapdf.gf.model.impl.sa with parameters of type PDPage Constructor Description GFSAAnnotation(PDAnnotation annot, PDPage page)GFSAAnnotation(PDAnnotation annot, PDPage page, String type)GFSALinkAnnotation(PDAnnotation annot, PDPage page)GFSAPage(PDPage pdPage) -
Uses of PDPage in org.verapdf.pd
Methods in org.verapdf.pd that return PDPage Modifier and Type Method Description PDPagePDPageTreeBranch. findTerminalPDPage(int index)PDPagePDPageTreeNode. findTerminalPDPage(int index)PDPagePDDocument. getPage(int number)PDPagePDPageTree. getPage(int index)PDPagePDDocument. newPage(double[] bbox, int insertAt)PDPagePDPageTree. newPage(int insertAt)Methods in org.verapdf.pd that return types with arguments of type PDPage Modifier and Type Method Description List<PDPage>PDDocument. getPages()Methods in org.verapdf.pd with parameters of type PDPage Modifier and Type Method Description voidPDDocument. addPage(PDPage page, int number)booleanPDPageTree. addPage(PDPage page, int insertAt)booleanPDPageTreeBranch. insertLeaf(PDPage leaf, int insertAt)
-