Class RtfFootnoteSetting

    • Field Detail

      • 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
    • Constructor Detail

      • RtfFootnoteSetting

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

      • writeContent

        public void writeContent​(java.io.OutputStream out)
                          throws java.io.IOException
        unused
        Specified by:
        writeContent in interface RtfBasicElement
        Specified by:
        writeContent in class RtfElement
        Parameters:
        out - The OutputStream to write the content to
        Throws:
        java.io.IOException
      • writeDefinition

        public void writeDefinition​(java.io.OutputStream result)
                             throws java.io.IOException
        Writes the page size / page margin definition
        Specified by:
        writeDefinition in interface RtfExtendedElement
        Parameters:
        result - The OutputStream to write the element definition to
        Throws:
        java.io.IOException