Interface IRtfPageContainer


public interface IRtfPageContainer

Interface for RtfElements that can contain RtfText elements.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    close current text run if any and start a new one with specified attributes
  • Method Details

    • newPage

      RtfPage newPage(RtfAttributes attrs) throws IOException
      close current text run if any and start a new one with specified attributes
      Parameters:
      attrs - attributes for the new Page
      Returns:
      new Page object
      Throws:
      IOException - for I/O problems.