Class RtfTextrun.RtfCloseGroupMark

java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun.RtfCloseGroupMark
Enclosing class:
RtfTextrun

private class RtfTextrun.RtfCloseGroupMark extends RtfElement
Class which represents the closing of a RTF group mark.
  • Field Details

    • breakType

      private int breakType
  • Constructor Details

  • Method Details

    • isEmpty

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

      public int getBreakType()
      Returns the break type.
      Returns:
      the break type (BREAK_* constants)
    • 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