Uses of Interface
com.qoppa.pdf.source.PDFContent

Packages that use PDFContent
com.qoppa.pdf.source PDFSource interface and implementations. 
 

Uses of PDFContent in com.qoppa.pdf.source
 

Methods in com.qoppa.pdf.source that return PDFContent
 PDFContent ByteArrayPDFSource.getContent()
           
 PDFContent EmptyPDFSource.getContent()
           
 PDFContent FilePDFSource.getContent()
           
 PDFContent InputStreamPDFSource.getContent()
           
 PDFContent MBBPDFSource.getContent()
           
 PDFContent PDFSource.getContent()
          Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document.
 PDFContent RAFilePDFSource.getContent()
           
 PDFContent URLOnDemandPDFSource.getContent()
          Create an object to implement PDFContent.
 PDFContent URLPDFSource.getContent()