Uses of Class
com.itextpdf.text.HeaderFooter
-
Packages that use HeaderFooter Package Description com.itextpdf.text com.itextpdf.text.html com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf -
-
Uses of HeaderFooter in com.itextpdf.text
Fields in com.itextpdf.text declared as HeaderFooter Modifier and Type Field Description protected 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.itextpdf.text with parameters of type HeaderFooter Modifier and Type Method Description voidDocListener. 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.itextpdf.text.html
Fields in com.itextpdf.text.html declared as HeaderFooter Modifier and Type Field Description protected HeaderFooterHtmlWriter. footerThis is the textual part of the footerprotected HeaderFooterHtmlWriter. headerThis is the textual part of a headerMethods in com.itextpdf.text.html with parameters of type HeaderFooter Modifier and Type Method Description voidHtmlWriter. setFooter(HeaderFooter footer)Changes the footer of this document.voidHtmlWriter. setHeader(HeaderFooter header)Changes the header of this document. -
Uses of HeaderFooter in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser with parameters of type HeaderFooter Modifier and Type Method Description voidHTMLWorker. setFooter(HeaderFooter footer)voidHTMLWorker. setHeader(HeaderFooter header) -
Uses of HeaderFooter in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type HeaderFooter Modifier and Type Method Description voidPdfDocument. setFooter(HeaderFooter footer)Changes the footer of this document.voidPdfDocument. setHeader(HeaderFooter header)Changes the header of this document.
-