| com.lowagie.text.HeaderFooter com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
RtfHeaderFooterGroup | public class RtfHeaderFooterGroup extends HeaderFooter implements RtfBasicElement(Code) | | The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group
of headers or footers.
version: $Id: RtfHeaderFooterGroup.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
RtfHeaderFooterGroup | public RtfHeaderFooterGroup()(Code) | | Constructs a RtfHeaderGroup to which you add headers/footers using
via the setHeaderFooter method.
|
RtfHeaderFooterGroup | public RtfHeaderFooterGroup(RtfDocument doc, int type)(Code) | | Constructs a certain type of RtfHeaderFooterGroup. RtfHeaderFooter.TYPE_HEADER
and RtfHeaderFooter.TYPE_FOOTER are valid values for type.
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: type - The type of RtfHeaderFooterGroup to create |
RtfHeaderFooterGroup | public RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type)(Code) | | Constructs a RtfHeaderFooterGroup by copying the content of the original
RtfHeaderFooterGroup
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The RtfHeaderFooterGroup to copy Parameters: type - The type of RtfHeaderFooterGroup to create |
RtfHeaderFooterGroup | public RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooter headerFooter, int type)(Code) | | Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The RtfHeaderFooter to display Parameters: type - The typ of RtfHeaderFooterGroup to create |
RtfHeaderFooterGroup | public RtfHeaderFooterGroup(RtfDocument doc, HeaderFooter headerFooter, int type)(Code) | | Constructs a RtfHeaderGroup for a certain HeaderFooter
Parameters: doc - The RtfDocument this RtfHeaderFooter belongs to Parameters: headerFooter - The HeaderFooter to display Parameters: type - The typ of RtfHeaderFooterGroup to create |
getHeaderAll | protected RtfHeaderFooter getHeaderAll()(Code) | | Gets the RtfHeaderFooter for all pages
The RtfHeaderFooter for all pages |
getHeaderFirst | protected RtfHeaderFooter getHeaderFirst()(Code) | | Gets the RtfHeaderFooter for the title page
The RtfHeaderFooter for the title page |
getHeaderLeft | protected RtfHeaderFooter getHeaderLeft()(Code) | | Gets the RtfHeaderFooter for all left hand pages
The RtfHeaderFooter for all left hand pages |
getHeaderRight | protected RtfHeaderFooter getHeaderRight()(Code) | | Gets the RtfHeaderFooter for all right hand pages
The RtfHeaderFooter for all right hand pages |
getMode | protected int getMode()(Code) | | Gets the mode of this RtfHeaderFooterGroup
The mode of this RtfHeaderFooterGroup |
hasFacingPages | public boolean hasFacingPages()(Code) | | Get whether this RtfHeaderFooterGroup has facing pages
Whether this RtfHeaderFooterGroup has facing pages |
hasTitlePage | public boolean hasTitlePage()(Code) | | Get whether this RtfHeaderFooterGroup has a titlepage
Whether this RtfHeaderFooterGroup has a titlepage |
setHasFacingPages | public void setHasFacingPages()(Code) | | Set that this RtfHeaderFooterGroup should have facing pages. If only
a header / footer for all pages exists, then it will be copied to the left
and right pages aswell.
|
setHasTitlePage | public void setHasTitlePage()(Code) | | Set that this RtfHeaderFooterGroup should have a title page. If only
a header / footer for all pages exists, then it will be copied to the
first page aswell.
|
setHeaderFooter | public void setHeaderFooter(RtfHeaderFooter headerFooter, int displayAt)(Code) | | Set a RtfHeaderFooter to be displayed at a certain position
Parameters: headerFooter - The RtfHeaderFooter to display Parameters: displayAt - The display location to use |
setHeaderFooter | public void setHeaderFooter(HeaderFooter headerFooter, int displayAt)(Code) | | Set a HeaderFooter to be displayed at a certain position
Parameters: headerFooter - The HeaderFooter to set 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) | | Set the type of this RtfHeaderFooterGroup. RtfHeaderFooter.TYPE_HEADER
or RtfHeaderFooter.TYPE_FOOTER. Also sets the type for all RtfHeaderFooters
of this RtfHeaderFooterGroup.
Parameters: type - The type to use |
|
|