Class RtfTextrun.RtfOpenGroupMark

  • Enclosing class:
    RtfTextrun

    private class RtfTextrun.RtfOpenGroupMark
    extends RtfElement
    Class which represents the opening of a RTF group mark.
    • Constructor Detail

      • RtfOpenGroupMark

        RtfOpenGroupMark​(RtfContainer parent,
                         java.io.Writer w,
                         RtfAttributes attr)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • 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 java.io.IOException
        write RTF code of all our children
        Specified by:
        writeRtfContent in class RtfElement
        Throws:
        java.io.IOException - for I/O problems