Class RtfDocumentArea


public class RtfDocumentArea extends RtfContainer

The RTF document area, container for RtfSection objects.

This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).

  • Method Details

    • newSection

      public RtfSection newSection() throws IOException
      Close current RtfSection if any and create a new one
      Returns:
      the new RtfSection
      Throws:
      IOException - for I/O problems