public class RtfPageArea extends RtfContainer
m_attrib, m_parent, m_writer
Constructor and Description |
---|
RtfPageArea(RtfFile f,
java.io.Writer w)
Create an RTF element as a child of given container
|
Modifier and Type | Method and Description |
---|---|
RtfPage |
newPage(RtfAttributes attr)
close current Rtfpage if any and create a new one
|
protected boolean |
okToWriteRtf()
don't write any RTF if empty of if our options block it
|
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, setChildren, setOptions, toString, writeRtfContent
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
RtfPageArea(RtfFile f, java.io.Writer w) throws java.io.IOException
java.io.IOException
public RtfPage newPage(RtfAttributes attr) throws java.io.IOException
java.io.IOException
protected boolean okToWriteRtf()
RtfContainer
okToWriteRtf
in class RtfContainer