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

Class RtfPageBreak


public class RtfPageBreak
extends RtfElement

"Model" of an RTF page break
Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Field Summary

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

attrib, parent, writer

Method Summary

boolean
isEmpty()
protected void
writeRtfContent()
Overridden to write our attributes before our content

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

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in interface RtfElement
Returns:
true if this element would generate no "useful" RTF content

writeRtfContent

protected void writeRtfContent()
            throws IOException
Overridden to write our attributes before our content
Overrides:
writeRtfContent in interface RtfElement

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