java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfPageBreak
- public class RtfPageBreak
- extends RtfElement
"Model" of an RTF page break
|
Method Summary |
boolean |
isEmpty()
true if this element would generate no "useful" RTF content |
protected void |
writeRtfContent()
overridden to write our attributes before our content |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
RtfPageBreak
RtfPageBreak(IRtfPageBreakContainer parent,
java.io.Writer w)
throws java.io.IOException
- Create an RTF paragraph as a child of given container with default attributes
writeRtfContent
protected void writeRtfContent()
throws java.io.IOException
- overridden to write our attributes before our content
- Specified by:
writeRtfContent in class RtfElement
isEmpty
public boolean isEmpty()
- true if this element would generate no "useful" RTF content
- Specified by:
isEmpty in class RtfElement