Class RtfFootnoteSetting

    • 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