Uses of Class
com.lowagie.text.HeaderFooter
-
Packages that use HeaderFooter Package Description com.lowagie.text com.lowagie.text.html com.lowagie.text.html.simpleparser com.lowagie.text.pdf -
-
Uses of HeaderFooter in com.lowagie.text
Fields in com.lowagie.text declared as HeaderFooter Modifier and Type Field Description protected HeaderFooter
Document. footer
This is the textual part of the footerprotected HeaderFooter
Document. header
This is the textual part of a Page; it can contain a headerMethods in com.lowagie.text with parameters of type HeaderFooter Modifier and Type Method Description void
DocListener. setFooter(HeaderFooter footer)
Changes the footer of this document.void
Document. setFooter(HeaderFooter footer)
Changes the footer of this document.void
DocWriter. setFooter(HeaderFooter footer)
Changes the footer of this document.void
DocListener. setHeader(HeaderFooter header)
Changes the header of this document.void
Document. setHeader(HeaderFooter header)
Changes the header of this document.void
DocWriter. 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 HeaderFooter Modifier and Type Field Description protected HeaderFooter
HtmlWriter. footer
This is the textual part of the footerprotected HeaderFooter
HtmlWriter. header
This is the textual part of a headerMethods in com.lowagie.text.html with parameters of type HeaderFooter Modifier and Type Method Description void
HtmlWriter. setFooter(HeaderFooter footer)
Changes the footer of this document.void
HtmlWriter. 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 HeaderFooter Modifier and Type Method Description void
HTMLWorker. setFooter(HeaderFooter footer)
void
HTMLWorker. setHeader(HeaderFooter header)
-
Uses of HeaderFooter in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type HeaderFooter Modifier and Type Method Description void
PdfDocument. setFooter(HeaderFooter footer)
Changes the footer of this document.void
PdfDocument. setHeader(HeaderFooter header)
Changes the header of this document.
-