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, writeRtfContentclose, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSRtfPageArea(RtfFile f, java.io.Writer w) throws java.io.IOException
java.io.IOExceptionpublic RtfPage newPage(RtfAttributes attr) throws java.io.IOException
java.io.IOExceptionprotected boolean okToWriteRtf()
RtfContainerokToWriteRtf in class RtfContainer