|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HeaderFooter in com.lowagie.text |
---|
Fields in com.lowagie.text declared as HeaderFooter | |
---|---|
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 |
Methods in com.lowagie.text with parameters of type HeaderFooter | |
---|---|
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. |
Uses of HeaderFooter in com.lowagie.text.html |
---|
Fields in com.lowagie.text.html declared as HeaderFooter | |
---|---|
protected HeaderFooter |
HtmlWriter.footer
This is the textual part of the footer |
protected HeaderFooter |
HtmlWriter.header
This is the textual part of a header |
Methods in com.lowagie.text.html with parameters of type HeaderFooter | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
PdfDocument.setFooter(HeaderFooter footer)
Changes the footer of this document. |
void |
PdfDocument.setHeader(HeaderFooter header)
Changes the header of this document. |
Uses of HeaderFooter in com.lowagie.text.rtf |
---|
Methods in com.lowagie.text.rtf with parameters of type HeaderFooter | |
---|---|
void |
RtfWriter2.setFooter(HeaderFooter hf)
Sets the footer to use |
void |
RtfWriter2.setHeader(HeaderFooter hf)
Sets the header to use |
Uses of HeaderFooter in com.lowagie.text.rtf.document |
---|
Methods in com.lowagie.text.rtf.document with parameters of type HeaderFooter | |
---|---|
void |
RtfDocumentHeader.setFooter(HeaderFooter footer)
Sets the current footer to use |
void |
RtfDocumentHeader.setHeader(HeaderFooter header)
Sets the current header to use |
Uses of HeaderFooter in com.lowagie.text.rtf.headerfooter |
---|
Subclasses of HeaderFooter in com.lowagie.text.rtf.headerfooter | |
---|---|
class |
RtfHeaderFooter
The RtfHeaderFooter represents one header or footer. |
class |
RtfHeaderFooterGroup
The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers. |
Methods in com.lowagie.text.rtf.headerfooter with parameters of type HeaderFooter | |
---|---|
void |
RtfHeaderFooterGroup.setHeaderFooter(HeaderFooter headerFooter,
int displayAt)
Set a HeaderFooter to be displayed at a certain position |
Constructors in com.lowagie.text.rtf.headerfooter with parameters of type HeaderFooter | |
---|---|
RtfHeaderFooter(RtfDocument doc,
HeaderFooter headerFooter)
Constructs a RtfHeaderFooter for a HeaderFooter. |
|
RtfHeaderFooter(RtfDocument doc,
HeaderFooter headerFooter,
int type,
int displayAt)
Constructs a RtfHeaderFooter based on a HeaderFooter with a certain type and displayAt location. |
|
RtfHeaderFooterGroup(RtfDocument doc,
HeaderFooter headerFooter,
int type)
Constructs a RtfHeaderGroup for a certain HeaderFooter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |