Uses of Class
io.keikai.doc.io.schema.pdf.PDFHeaderFooter
Packages that use PDFHeaderFooter
-
Uses of PDFHeaderFooter in io.keikai.doc.io.schema.pdf
Methods in io.keikai.doc.io.schema.pdf that return PDFHeaderFooterModifier and TypeMethodDescriptionPDFSection.getFooter(io.keikai.doc.api.impl.node.PageType pageType) Returns the footer of the specified page type.PDFSection.getHeader(io.keikai.doc.api.impl.node.PageType pageType) Returns the header of the specified page type.Methods in io.keikai.doc.io.schema.pdf with parameters of type PDFHeaderFooterModifier and TypeMethodDescriptionvoidPDFSection.setFooter(PDFHeaderFooter footer, io.keikai.doc.api.impl.node.PageType pageType) Sets the footer of the specified page type.voidPDFSection.setHeader(PDFHeaderFooter header, io.keikai.doc.api.impl.node.PageType pageType) Sets the header of the specified page type. -
Uses of PDFHeaderFooter in io.keikai.doc.io.schema.pdf.render
Constructors in io.keikai.doc.io.schema.pdf.render with parameters of type PDFHeaderFooterModifierConstructorDescriptionHeaderFooterRenderer(PDFHeaderFooter pdfHdrFtr, IRenderer parent, org.apache.pdfbox.pdmodel.common.PDRectangle rect) Create aHeaderFooterRendererinstance.