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.
|
Modifier and Type | Method and Description |
---|---|
void |
RtfWriter2.setFooter(HeaderFooter hf)
Sets the footer to use
|
void |
RtfWriter2.setHeader(HeaderFooter hf)
Sets the header to use
|
Modifier and Type | Method and Description |
---|---|
void |
RtfDocumentHeader.setFooter(HeaderFooter footer)
Sets the current footer to use
|
void |
RtfDocumentHeader.setHeader(HeaderFooter header)
Sets the current header to use
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RtfHeaderFooterGroup.setHeaderFooter(HeaderFooter headerFooter,
int displayAt)
Set a HeaderFooter to be displayed at a certain position
|
Constructor and Description |
---|
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
|
Copyright © 2015. All rights reserved.