|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.exportToPDF(PDFFileDescriptor pdfFileDescriptor,
ExecutingContext ec)
Exports this RC to a PDF file |
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. |
java.lang.Object |
Field.getPDFValue(PDFFileDescriptor descriptor)
Gets the value to display when this field is rendered in a PDF document |
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) |
Methods in planetj.helpers with parameters of type PDFFileDescriptor | |
java.lang.Object |
PDFHelper.generatePDF(java.lang.Object source,
PDFFileDescriptor descriptor,
ExecutingContext ec)
Generates PDF for an object. |
java.lang.Object |
IPDFGenerator.generatePDF(java.lang.Object source,
PDFFileDescriptor descriptor,
ExecutingContext ec)
Generates PDF for an object. |
java.lang.Object |
IPDFField.getPDFValue(PDFFileDescriptor descriptor)
Gets the display value of this field when it is rendered in a PDF document |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |