Uses of Class
org.verapdf.pd.PDPage
-
Packages that use PDPage Package Description org.verapdf.gf.model.impl.sa org.verapdf.pd -
-
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)
-