Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.html | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected HeaderFooter |
Document.footer
This is the textual part of the footer
|
protected HeaderFooter |
Document.header
This is the textual part of a Page; it can contain a header
|
Modifier and Type | Method and Description |
---|---|
void |
DocWriter.setFooter(HeaderFooter footer)
Changes the footer of this document.
|
void |
Document.setFooter(HeaderFooter footer)
Changes the footer of this document.
|
void |
DocListener.setFooter(HeaderFooter footer)
Changes the footer of this document.
|
void |
DocWriter.setHeader(HeaderFooter header)
Changes the header of this document.
|
void |
Document.setHeader(HeaderFooter header)
Changes the header of this document.
|
void |
DocListener.setHeader(HeaderFooter header)
Changes the header of this document.
|
Modifier and Type | Field and Description |
---|---|
protected HeaderFooter |
HtmlWriter.footer
This is the textual part of the footer
|
protected HeaderFooter |
HtmlWriter.header
This is the textual part of a header
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlWriter.setFooter(HeaderFooter footer)
Changes the footer of this document.
|
void |
HtmlWriter.setHeader(HeaderFooter header)
Changes the header of this document.
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLWorker.setFooter(HeaderFooter footer) |
void |
HTMLWorker.setHeader(HeaderFooter header) |
Modifier and Type | Method and Description |
---|---|
void |
PdfDocument.setFooter(HeaderFooter footer)
Changes the footer of this document.
|
void |
PdfDocument.setHeader(HeaderFooter header)
Changes the header of this document.
|
Copyright © 2020. All rights reserved.