Interface IRtfParagraphContainer

    • Method Detail

      • newParagraph

        RtfParagraph newParagraph()
                           throws java.io.IOException
        Close current paragraph, if any, and start a new one with default attributes.
        Returns:
        new paragraph object
        Throws:
        java.io.IOException - for I/O problems.
      • newParagraph

        RtfParagraph newParagraph​(RtfAttributes attr)
                           throws java.io.IOException
        Close current paragraph, if any, and start a new one with specified attributes
        Parameters:
        attr - attributes for new paragraph
        Returns:
        new paragraph object
        Throws:
        java.io.IOException - for I/O problems.