Uses of Class
org.apache.pdfbox.preflight.PreflightDocument
-
Packages that use PreflightDocument Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.parser -
-
Uses of PreflightDocument in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as PreflightDocument Modifier and Type Field Description private PreflightDocumentPreflightContext. documentThe PDFbox object representation of the PDF source.Methods in org.apache.pdfbox.preflight that return PreflightDocument Modifier and Type Method Description PreflightDocumentPreflightContext. getDocument()Methods in org.apache.pdfbox.preflight with parameters of type PreflightDocument Modifier and Type Method Description voidPreflightContext. setDocument(PreflightDocument document)Initialize the PDFBox object which present the PDF File. -
Uses of PreflightDocument in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as PreflightDocument Modifier and Type Field Description private PreflightDocumentPreflightParser. preflightDocument
-