com.lowagie.text.rtf
public class RtfHeaderFooter extends HeaderFooter
Deprecated: Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.headerfooter.RtfHeaderFooter replaces the functionality of this class.
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.Version: $Revision: 2356 $Date: 2006/09/12 12:16:35 $
Field Summary | |
---|---|
Element | content |
Constructor Summary | |
---|---|
RtfHeaderFooter(Phrase before, Phrase after)
Constructs a new header | |
RtfHeaderFooter(Phrase before, boolean numbered)
Constructs a new header | |
RtfHeaderFooter(Element content)
Constructs a new header |
Method Summary | |
---|---|
Element | content() |
Parameters: before after
Parameters: before numbered
Parameters: content
Returns: the element specified in the ctor or null;