Class RtfFontTable


  • class RtfFontTable
    extends RtfElement

    RTF font table.

    This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch) and Andreas Putz (a.putz@skynamics.com).

    • Constructor Detail

      • RtfFontTable

        RtfFontTable​(RtfHeader h,
                     java.io.Writer w)
              throws java.io.IOException
        Create an RTF header
        Throws:
        java.io.IOException
    • Method Detail

      • writeRtfContent

        protected void writeRtfContent()
                                throws java.io.IOException
        write our contents to m_writer.
        Specified by:
        writeRtfContent in class RtfElement
        Throws:
        java.io.IOException - for I/O problems
      • isEmpty

        public boolean isEmpty()
        true if this element would generate no "useful" RTF content
        Specified by:
        isEmpty in class RtfElement
        Returns:
        true if this element would generate no "useful" RTF content