|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFPage | |
---|---|
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
org.apache.fop.render.pdf | PDF Renderer |
org.apache.fop.svg | Classes that add SVG support to FOP and SVG->PDF conversion for Batik. |
Uses of PDFPage in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf that return PDFPage | |
---|---|
PDFPage |
PDFFactory.makePage(PDFResources resources,
int pageWidth,
int pageHeight)
Make a /Page object. |
PDFPage |
PDFFactory.makePage(PDFResources resources,
int pageWidth,
int pageHeight,
int pageIndex)
Make a /Page object. |
Methods in org.apache.fop.pdf with parameters of type PDFPage | |
---|---|
void |
PDFRoot.addPage(PDFPage page)
add a /Page object to the root /Pages object |
void |
PDFPages.addPage(PDFPage page)
add a /Page object. |
void |
PDFPages.notifyKidRegistered(PDFPage page)
Use this method to notify the PDFPages object that a child page |
Uses of PDFPage in org.apache.fop.render.pdf |
---|
Fields in org.apache.fop.render.pdf declared as PDFPage | |
---|---|
protected PDFPage |
PDFRenderer.currentPage
the current page to add annotations to |
PDFPage |
PDFSVGHandler.PDFInfo.pdfPage
see PDF_PAGE |
Uses of PDFPage in org.apache.fop.svg |
---|
Methods in org.apache.fop.svg that return PDFPage | |
---|---|
PDFPage |
PDFContext.getCurrentPage()
|
Methods in org.apache.fop.svg with parameters of type PDFPage | |
---|---|
void |
PDFContext.setCurrentPage(PDFPage page)
Sets the current page |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |