org.apache.fop.render.rtf.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 Details

newPage

public 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

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.