Class RtfHeaderFooter

  • All Implemented Interfaces:
    Element

    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: 1.1 $Date: 2009/08/28 20:31:00 $
    Author:
    Steffen.Stundzig@smb-tec.com, Mark.Hall@myrealbox.com
    • Field Detail

      • content

        private Element content
        Deprecated.
    • Constructor Detail

      • RtfHeaderFooter

        public RtfHeaderFooter​(Phrase before,
                               Phrase after)
        Deprecated.
        Constructs a new header
        Parameters:
        before -
        after -
      • RtfHeaderFooter

        public RtfHeaderFooter​(Phrase before,
                               boolean numbered)
        Deprecated.
        Constructs a new header
        Parameters:
        before -
        numbered -
      • RtfHeaderFooter

        public RtfHeaderFooter​(Element content)
        Deprecated.
        Constructs a new header
        Parameters:
        content -
    • Method Detail

      • content

        public Element content()
        Deprecated.
        Returns:
        the element specified in the ctor or null;