Uses of Class
io.keikai.doc.io.schema.pdf.PDFHeaderFooter
-
Packages that use PDFHeaderFooter Package Description io.keikai.doc.io.schema.pdf io.keikai.doc.io.schema.pdf.render -
-
Uses of PDFHeaderFooter in io.keikai.doc.io.schema.pdf
Methods in io.keikai.doc.io.schema.pdf that return PDFHeaderFooter Modifier and Type Method Description PDFHeaderFooterPDFSection. getFooter(io.keikai.doc.api.impl.node.PageType pageType)Returns the footer of the specified page type.PDFHeaderFooterPDFSection. 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 PDFHeaderFooter Modifier and Type Method Description voidPDFSection. 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 PDFHeaderFooter Constructor Description HeaderFooterRenderer(PDFHeaderFooter pdfHdrFtr, IRenderer parent, org.apache.pdfbox.pdmodel.common.PDRectangle rect)Create aHeaderFooterRendererinstance.
-