Uses of Class
planetj.helpers.PDFFileDescriptor

Packages that use PDFFileDescriptor
planetj.database   
planetj.helpers   
 

Uses of PDFFileDescriptor in planetj.database
 

Methods in planetj.database with parameters of type PDFFileDescriptor
 void RowCollection.toPDF(PDFFileDescriptor pFileDescriptor)
          Generates a PDF file from this RowCollection.
 void Row.toPDF(boolean pIncludeColumnHeadings, PDFFileDescriptor pFileDescriptor)
          Deprecated. Use the single argument method instead
 void Row.toPDF(PDFFileDescriptor pFileDescriptor)
          Generates a PDF file from this Row.
 

Uses of PDFFileDescriptor in planetj.helpers
 

Methods in planetj.helpers that return PDFFileDescriptor
static PDFFileDescriptor PDFHelper.newPDFFileDescriptor()
          This is the only way to get an instance of a new PDFFileDescriptor Creation date: (1/22/2002 5:01:43 PM)
static PDFFileDescriptor PDFHelper.newPDFFileDescriptor(FilePropertyGroup pProperties)
          This is the only way to get an instance of a new PDFFileDescriptor Creation date: (12/5/2001 3:15:14 PM)