Class RtfString

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

public class RtfString extends RtfElement

Plain text in a RTF file, without any formatings.

This work was authored by Peter Herweg (pherweg@web.de).

  • Method Details

    • isEmpty

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

      protected void writeRtfContent() throws IOException
      write RTF code of all our children
      Specified by:
      writeRtfContent in class RtfElement
      Throws:
      IOException - for I/O problems
    • getText

      public String getText()
      Returns:
      the text
    • setText

      public void setText(String s)
      Parameters:
      s - some text