Uses of Class
com.lowagie.text.HeaderFooter
Packages that use HeaderFooter
Package
Description
-
Uses of HeaderFooter in com.lowagie.text
Fields in com.lowagie.text declared as HeaderFooterModifier and TypeFieldDescriptionprotected HeaderFooterDocument.footerThis is the textual part of the footerprotected HeaderFooterDocument.headerThis is the textual part of a Page; it can contain a headerMethods in com.lowagie.text with parameters of type HeaderFooterModifier and TypeMethodDescriptionvoidDocListener.setFooter(HeaderFooter footer) Changes the footer of this document.voidDocument.setFooter(HeaderFooter footer) Changes the footer of this document.voidDocWriter.setFooter(HeaderFooter footer) Changes the footer of this document.voidDocListener.setHeader(HeaderFooter header) Changes the header of this document.voidDocument.setHeader(HeaderFooter header) Changes the header of this document.voidDocWriter.setHeader(HeaderFooter header) Changes the header of this document. -
Uses of HeaderFooter in com.lowagie.text.html
Fields in com.lowagie.text.html declared as HeaderFooterModifier and TypeFieldDescriptionprotected HeaderFooterHtmlWriter.footerThis is the textual part of the footerprotected HeaderFooterHtmlWriter.headerThis is the textual part of a headerMethods in com.lowagie.text.html with parameters of type HeaderFooterModifier and TypeMethodDescriptionvoidHtmlWriter.setFooter(HeaderFooter footer) Changes the footer of this document.voidHtmlWriter.setHeader(HeaderFooter header) Changes the header of this document. -
Uses of HeaderFooter in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser with parameters of type HeaderFooterModifier and TypeMethodDescriptionvoidHTMLWorker.setFooter(HeaderFooter footer) voidHTMLWorker.setHeader(HeaderFooter header) -
Uses of HeaderFooter in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type HeaderFooterModifier and TypeMethodDescriptionvoidPdfDocument.setFooter(HeaderFooter footer) Changes the footer of this document.voidPdfDocument.setHeader(HeaderFooter header) Changes the header of this document.