|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderFooter | |
---|---|
com.lowagie.text | |
com.lowagie.text.html | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.rtf | |
com.lowagie.text.rtf.document | |
com.lowagie.text.rtf.headerfooter |
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 |
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 | |
---|---|
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.rtf |
---|
Subclasses of HeaderFooter in com.lowagie.text.rtf | |
---|---|
class |
RtfHeaderFooters
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup replaces the functionality of this class. |
Methods in com.lowagie.text.rtf that return HeaderFooter | |
---|---|
HeaderFooter |
RtfHeaderFooters.get(int type)
Deprecated. Returns a type of HeaderFooter object registered in this HeaderFooters object. |
Methods in com.lowagie.text.rtf with parameters of type HeaderFooter | |
---|---|
void |
RtfHeaderFooters.set(int type,
HeaderFooter hf)
Deprecated. Adds a HeaderFooter to this HeaderFooters object |
void |
RtfWriter.setFooter(HeaderFooter footer)
Deprecated. Adds the footer to the bottom of the Document . |
void |
RtfWriter2.setFooter(HeaderFooter hf)
Sets the footer to use |
void |
RtfWriter.setHeader(HeaderFooter header)
Deprecated. Adds the header to the top of the Document . |
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 |