| com.lowagie.text.HeaderFooter com.lowagie.text.rtf.RtfHeaderFooter
RtfHeaderFooter | public class RtfHeaderFooter extends HeaderFooter (Code) | | This HeaderFooter specialization extends the normal HeaderFooter impl.
by the new ctor with 'Element' param.
So we have the ability to add a table or some moe sophisticated stuff
as header or footer content.
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 $ |
RtfHeaderFooter | public RtfHeaderFooter(Phrase before, Phrase after)(Code) | | Constructs a new header
Parameters: before - Parameters: after - |
RtfHeaderFooter | public RtfHeaderFooter(Phrase before, boolean numbered)(Code) | | Constructs a new header
Parameters: before - Parameters: numbered - |
RtfHeaderFooter | public RtfHeaderFooter(Element content)(Code) | | Constructs a new header
Parameters: content - |
content | public Element content()(Code) | | the element specified in the ctor or null; |
|
|