|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfPageBreak
public class RtfPageBreak
"Model" of an RTF page break
Field Summary |
---|
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
---|
m_attrib, m_parent, m_writer |
Constructor Summary | |
---|---|
RtfPageBreak(IRtfPageBreakContainer parent,
java.io.Writer w)
Create an RTF paragraph as a child of given container with default attributes |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
RtfPageBreak(IRtfPageBreakContainer parent, java.io.Writer w) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfElement
java.io.IOException
public boolean isEmpty()
isEmpty
in class RtfElement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |