Class RtfGenerator

java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfGenerator

public class RtfGenerator extends RtfElement
Represents a generator element which says who generated the RTF document.
  • Constructor Details

    • RtfGenerator

      public RtfGenerator(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader h, Writer w) throws IOException
      Default constructor for the generator element.
      Parameters:
      h - a header
      w - a writer
      Throws:
      IOException - if not caught
  • Method Details

    • writeRtfContent

      protected void writeRtfContent() throws IOException
      Must be implemented to write RTF content to m_writer
      Specified by:
      writeRtfContent in class RtfElement
      Throws:
      IOException - for I/O problems
    • isEmpty

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