| com.lowagie.text.HeaderFooter com.lowagie.text.rtf.RtfHeaderFooters
RtfHeaderFooters | public class RtfHeaderFooters extends HeaderFooter (Code) | | This HeaderFooter specialization contains some headers or footers for several
pages. Is a list of headerFooters but also a sub class of header footer, to change
as less as possible of the current API.
ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2.
This class is based on the RtfWriter-package from Mark Hall.
author: Steffen.Stundzig (Steffen.Stundzig@smb-tec.com) author: Mark Hall (mhall@edu.uni-klu.ac.at) version: $Revision: 2356 $Date: 2006/09/12 12:16:35 $ |
Method Summary | |
public HeaderFooter | get(int type) Returns a type of HeaderFooter object registered in this HeaderFooters object. | public void | set(int type, HeaderFooter hf) |
ALL_PAGES | final public static int ALL_PAGES(Code) | | an attribute value
|
FIRST_PAGE | final public static int FIRST_PAGE(Code) | | an attribute value
|
LEFT_PAGES | final public static int LEFT_PAGES(Code) | | an attribute value
|
RIGHT_PAGES | final public static int RIGHT_PAGES(Code) | | an attribute value
|
RtfHeaderFooters | public RtfHeaderFooters()(Code) | | Contructs a HeaderFooters object
|
RtfHeaderFooters | public RtfHeaderFooters(Phrase before, Phrase after)(Code) | | Contructs a HeaderFooters object
Parameters: before - Parameters: after - |
RtfHeaderFooters | public RtfHeaderFooters(Phrase before, boolean numbered)(Code) | | Contructs a HeaderFooters object
Parameters: before - Parameters: numbered - |
get | public HeaderFooter get(int type)(Code) | | Returns a type of HeaderFooter object registered in this HeaderFooters object.
Parameters: type - type of the HeaderFooter object a HeaderFooter object |
set | public void set(int type, HeaderFooter hf)(Code) | | Adds a HeaderFooter to this HeaderFooters object
Parameters: type - Parameters: hf - |
|
|