| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElementorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainerorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageAreapublic class RtfPageAreaextends RtfContainerField Summary |
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
attrib, parent, writer | |
Method Summary | |
RtfPage |
|
protected boolean | |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer | |
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent | |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS | |
public RtfPage newPage(RtfAttributes attr) throws IOException
Close current Rtfpage if any and create a new one
- Parameters:
attr- attributes for new RtfPage
- Returns:
- new RtfPage
protected boolean okToWriteRtf()
- Overrides:
- okToWriteRtf in interface RtfContainer
- Returns:
- true
| fop 0.94 |