Uses of Class
org.verapdf.pd.PDDocument
-
Packages that use PDDocument Package Description org.verapdf.cos org.verapdf.gf.model.impl.sa org.verapdf.pd -
-
Uses of PDDocument in org.verapdf.cos
Methods in org.verapdf.cos that return PDDocument Modifier and Type Method Description PDDocumentCOSDocument. getPDDocument()Constructors in org.verapdf.cos with parameters of type PDDocument Constructor Description COSDocument(InputStream fileStream, PDDocument document)COSDocument(String fileName, PDDocument document)COSDocument(PDDocument document) -
Uses of PDDocument in org.verapdf.gf.model.impl.sa
Fields in org.verapdf.gf.model.impl.sa declared as PDDocument Modifier and Type Field Description protected PDDocumentGFSAPDFDocument. documentConstructors in org.verapdf.gf.model.impl.sa with parameters of type PDDocument Constructor Description GFSAPDFDocument(PDDocument document) -
Uses of PDDocument in org.verapdf.pd
Methods in org.verapdf.pd that return PDDocument Modifier and Type Method Description PDDocumentPDPage. getPDDocument()
-