Uses of Class
org.apache.fop.pdf.PDFPage
Packages that use PDFPage
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
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 PDFPageModifier and TypeFieldDescriptionPDFDocument.pageObjs
PDFLinearization.pageObjsMap
PDFDPart.pages
PDFLinearization.HintTable.pages
Methods in org.apache.fop.pdf that return PDFPageModifier and TypeMethodDescriptionPDFFactory.makePage
(PDFResources resources, int pageWidth, int pageHeight) Make a /Page object.PDFFactory.makePage
(PDFResources resources, int pageWidth, int pageHeight, int pageIndex) Make a /Page object.PDFFactory.makePage
(PDFResources resources, int pageIndex, Rectangle2D mediaBox, Rectangle2D cropBox, Rectangle2D bleedBox, Rectangle2D trimBox) Make a /Page object.Methods in org.apache.fop.pdf with parameters of type PDFPageModifier and TypeMethodDescriptionvoid
void
add a /Page object.void
add a /Page object to the root /Pages objectvoid
void
PDFPages.notifyKidRegistered
(PDFPage page) Use this method to notify the PDFPages object that a child pagevoid
Sets the page reference of this structure element.private void
PDFLinearization.writePage
(PDFPage page, OutputStream pageStream) -
Uses of PDFPage in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFPageModifier and TypeFieldDescriptionprivate PDFPage
PDFDocumentHandler.currentPage
the current page to add annotations toprivate PDFPage
PDFLogicalStructureHandler.currentPage
private PDFPage
PDFRenderingContext.page
PDFSVGHandler.PDFInfo.pdfPage
see PDF_PAGEMethods in org.apache.fop.render.pdf that return PDFPageModifier and TypeMethodDescription(package private) PDFPage
PDFDocumentHandler.getCurrentPage()
PDFRenderingContext.getPage()
Returns the current PDF page.Methods in org.apache.fop.render.pdf with parameters of type PDFPageModifier and TypeMethodDescriptionvoid
PDFRenderingUtil.renderDictionaryExtension
(PDFDictionaryAttachment attachment, PDFPage currentPage) void
PDFRenderingUtil.renderDictionaryExtension
(PDFDictionaryExtension extension, PDFPage currentPage) private void
PDFRenderingUtil.renderExtension
(PDFPage currentPage, ExtensionAttachment extension) (package private) void
Receive notification of the beginning of a new page.Constructors in org.apache.fop.render.pdf with parameters of type PDFPageModifierConstructorDescriptionprivate
PageReference
(PDFPage page, 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 PDFPageMethods in org.apache.fop.svg that return PDFPageMethods in org.apache.fop.svg with parameters of type PDFPageModifier and TypeMethodDescriptionvoid
PDFContext.setCurrentPage
(PDFPage page) Sets the current page