Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
PDFPage |
PDFFactory.makePage(PDFResources resources,
int pageIndex,
java.awt.geom.Rectangle2D mediaBox,
java.awt.geom.Rectangle2D cropBox,
java.awt.geom.Rectangle2D bleedBox,
java.awt.geom.Rectangle2D trimBox)
Make a /Page object.
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
PDFStructElem.setPage(PDFPage page)
Sets the page reference of this structure element.
|
Modifier and Type | Field and Description |
---|---|
protected PDFPage |
PDFDocumentHandler.currentPage
the current page to add annotations to
|
PDFPage |
PDFSVGHandler.PDFInfo.pdfPage
see PDF_PAGE
|
Modifier and Type | Method and Description |
---|---|
PDFPage |
PDFRenderingContext.getPage()
Returns the current PDF page.
|
Constructor and Description |
---|
PDFRenderingContext(FOUserAgent userAgent,
PDFContentGenerator generator,
PDFPage page,
FontInfo fontInfo)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
PDFPage |
PDFContext.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
void |
PDFContext.setCurrentPage(PDFPage page)
Sets the current page
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.