Interface IRtfPageBreakContainer

All Known Implementing Classes:
RtfParagraph

public interface IRtfPageBreakContainer

Interface for RtfElements that can contain RtfPageBreaks.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add a page break
  • Method Details

    • newPageBreak

      void newPageBreak() throws IOException
      add a page break
      Throws:
      IOException - for I/O problems