Uses of Class
com.aowagie.text.HeaderFooter
Packages that use HeaderFooter
-
Uses of HeaderFooter in com.aowagie.text
Fields in com.aowagie.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.aowagie.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.aowagie.text.pdf
Methods in com.aowagie.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.