org.jfor.jfor.rtflib.rtfdoc
Interface IRtfPageContainer


public interface IRtfPageContainer

Interface for RtfElements that can contain RtfText elements

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Method Summary
 RtfPage newPage(RtfAttributes attrs)
          close current text run if any and start a new one with specified attributes
 

Method Detail

newPage

RtfPage newPage(RtfAttributes attrs)
                throws java.io.IOException
close current text run if any and start a new one with specified attributes

Parameters:
str - if not null, added to the RtfText created
Throws:
java.io.IOException