Class RtfFootnoteSetting

java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.document.RtfFootnoteSetting
All Implemented Interfaces:
RtfBasicElement, RtfExtendedElement, com.lowagie.text.RtfElementInterface

public class RtfFootnoteSetting extends RtfElement implements RtfExtendedElement
  • Field Details

    • FOOTNOTE_BOTTOM

      private static final byte[] FOOTNOTE_BOTTOM
      Constant for the page height
    • FOOTNOTE_START

      private static final byte[] FOOTNOTE_START
      Constant for the page width
    • FOOTNOTE_CONTINUOUS

      private static final byte[] FOOTNOTE_CONTINUOUS
      Constant for the left margin
    • FOOTNOTE_ARABIC

      private static final byte[] FOOTNOTE_ARABIC
      Constant for the right margin
    • FOOTNOTE_SEP

      private static final byte[] FOOTNOTE_SEP
    • FOOTNOTE_ANCHOR

      private static final byte[] FOOTNOTE_ANCHOR
    • footnoteStart

      private final int footnoteStart
      The page width to use
      See Also:
  • Constructor Details

    • RtfFootnoteSetting

      public RtfFootnoteSetting(RtfDocument doc)
      Constructs a new RtfPageSetting object belonging to a RtfDocument.
      Parameters:
      doc - The RtfDocument this RtfPageSetting belongs to
  • Method Details