Uses of Class
org.apache.fop.pdf.PDFPage
-
Packages that use PDFPage Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFPage in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFPage Modifier and Type Field Description protected java.util.List<PDFPage>
PDFDocument. pageObjs
private java.util.Map<PDFPage,java.util.Set<PDFObject>>
PDFLinearization. pageObjsMap
private java.util.List<PDFPage>
PDFDPart. pages
private java.util.List<PDFPage>
PDFLinearization.HintTable. pages
Methods in org.apache.fop.pdf that return PDFPage Modifier and Type Method 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.Methods in org.apache.fop.pdf with parameters of type PDFPage Modifier and Type Method Description void
PDFDPart. addPage(PDFPage p)
void
PDFPages. addPage(PDFPage page)
add a /Page object.void
PDFRoot. addPage(PDFPage page)
add a /Page object to the root /Pages objectvoid
PDFFactory. makeDPart(PDFPage page, java.lang.String pageMasterName)
void
PDFPages. notifyKidRegistered(PDFPage page)
Use this method to notify the PDFPages object that a child pagevoid
PDFStructElem. setPage(PDFPage page)
Sets the page reference of this structure element.private void
PDFLinearization. writePage(PDFPage page, java.io.OutputStream pageStream)
-
Uses of PDFPage in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFPage Modifier and Type Field Description private PDFPage
PDFDocumentHandler. currentPage
the current page to add annotations toprivate PDFPage
PDFLogicalStructureHandler. currentPage
private PDFPage
PDFRenderingContext. page
PDFPage
PDFSVGHandler.PDFInfo. pdfPage
see PDF_PAGEMethods in org.apache.fop.render.pdf that return PDFPage Modifier and Type Method Description (package private) PDFPage
PDFDocumentHandler. getCurrentPage()
PDFPage
PDFRenderingContext. getPage()
Returns the current PDF page.Methods in org.apache.fop.render.pdf with parameters of type PDFPage Modifier and Type Method Description void
PDFRenderingUtil. renderDictionaryExtension(PDFDictionaryAttachment attachment, PDFPage currentPage)
void
PDFRenderingUtil. renderDictionaryExtension(PDFDictionaryExtension extension, PDFPage currentPage)
(package private) void
PDFLogicalStructureHandler. startPage(PDFPage page)
Receive notification of the beginning of a new page.Constructors in org.apache.fop.render.pdf with parameters of type PDFPage Constructor Description PageReference(PDFPage page, java.awt.Dimension dim)
PDFRenderingContext(FOUserAgent userAgent, PDFContentGenerator generator, PDFPage page, FontInfo fontInfo)
Main constructor. -
Uses of PDFPage in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFPage Modifier and Type Field Description private PDFPage
PDFContext. currentPage
Methods in org.apache.fop.svg that return PDFPage Modifier and Type Method Description PDFPage
PDFContext. getCurrentPage()
Methods in org.apache.fop.svg with parameters of type PDFPage Modifier and Type Method Description void
PDFContext. setCurrentPage(PDFPage page)
Sets the current page
-