fop 0.91beta

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

java.lang.Object
  |
  +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
        |
        +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageBreak

public class RtfPageBreak
extends RtfElement

"Model" of an RTF page break

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

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, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

writeRtfContent

protected void writeRtfContent()
                        throws java.io.IOException
Overridden to write our attributes before our content
Overrides:
writeRtfContent in class RtfElement
Throws:
java.io.IOException - for I/O problems

isEmpty

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

fop 0.91beta

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