| |
|
| com.lowagie.text.HeaderFooter com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
RtfHeaderFooter | public class RtfHeaderFooter extends HeaderFooter implements RtfBasicElement(Code) | | The RtfHeaderFooter represents one header or footer. This class can be used
directly.
version: $Id: RtfHeaderFooter.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
DISPLAY_ALL_PAGES | final public static int DISPLAY_ALL_PAGES(Code) | | Constant for displaying the header/footer on all pages
|
DISPLAY_FIRST_PAGE | final public static int DISPLAY_FIRST_PAGE(Code) | | Constant for displaying the header/footer on the first page
|
DISPLAY_LEFT_PAGES | final public static int DISPLAY_LEFT_PAGES(Code) | | Constant for displaying the header/footer on all left hand pages
|
DISPLAY_RIGHT_PAGES | final public static int DISPLAY_RIGHT_PAGES(Code) | | Constant for displaying the header/footer on all right hand pages
|
TYPE_FOOTER | final public static int TYPE_FOOTER(Code) | | Constant for the footer type
|
TYPE_HEADER | final public static int TYPE_HEADER(Code) | | Constant for the header type
|
RtfHeaderFooter | protected RtfHeaderFooter(RtfDocument doc, HeaderFooter headerFooter, int type, int displayAt)(Code) | | Constructs a RtfHeaderFooter based on a HeaderFooter with a certain type and displayAt
location. For internal use only.
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The HeaderFooter to base this RtfHeaderFooter on Parameters: type - The type of RtfHeaderFooter Parameters: displayAt - The display location of this RtfHeaderFooter |
RtfHeaderFooter | protected RtfHeaderFooter(RtfDocument doc, RtfHeaderFooter headerFooter, int displayAt)(Code) | | Constructs a RtfHeaderFooter as a copy of an existing RtfHeaderFooter.
For internal use only.
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The RtfHeaderFooter to copy Parameters: displayAt - The display location of this RtfHeaderFooter |
RtfHeaderFooter | protected RtfHeaderFooter(RtfDocument doc, HeaderFooter headerFooter)(Code) | | Constructs a RtfHeaderFooter for a HeaderFooter.
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The HeaderFooter to base this RtfHeaderFooter on |
RtfHeaderFooter | public RtfHeaderFooter(Element element)(Code) | | Constructs a RtfHeaderFooter for any Element.
Parameters: element - The Element to display as content of this RtfHeaderFooter |
RtfHeaderFooter | public RtfHeaderFooter(Element[] elements)(Code) | | Constructs a RtfHeaderFooter for an array of Elements.
Parameters: elements - The Elements to display as the content of this RtfHeaderFooter. |
setAlignment | public void setAlignment(int alignment)(Code) | | Set the alignment of this RtfHeaderFooter. Passes the setting
on to the contained element.
|
setDisplayAt | public void setDisplayAt(int displayAt)(Code) | | Sets the display location of this RtfHeaderFooter
Parameters: displayAt - The display location to use. |
setInHeader | public void setInHeader(boolean inHeader)(Code) | | Unused
Parameters: inHeader - |
setInTable | public void setInTable(boolean inTable)(Code) | | Unused
Parameters: inTable - |
setRtfDocument | public void setRtfDocument(RtfDocument doc)(Code) | | Sets the RtfDocument this RtfElement belongs to
Parameters: doc - The RtfDocument to use |
setType | public void setType(int type)(Code) | | Sets the type of this RtfHeaderFooter
Parameters: type - The type to use. |
|
|
|