org.apache.fop.render.rtf.rtflib.rtfdoc

Class RtfPageArea


public class RtfPageArea
extends RtfContainer

Author:
Christopher Scott, scottc@westinghouse.com

Field Summary

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Method Summary

RtfPage
newPage(RtfAttributes attr)
Close current Rtfpage if any and create a new one
protected boolean
okToWriteRtf()

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Method Details

newPage

public RtfPage newPage(RtfAttributes attr)
            throws IOException
Close current Rtfpage if any and create a new one
Parameters:
attr - attributes for new RtfPage
Returns:
new RtfPage

okToWriteRtf

protected boolean okToWriteRtf()
Overrides:
okToWriteRtf in interface RtfContainer
Returns:
true

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