Class RtfPageArea
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageArea
-
public class RtfPageArea extends RtfContainer
Page area container.
This work was authored by Christopher Scott (scottc@westinghouse.com).
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RtfPage
newPage(RtfAttributes attr)
Close current Rtfpage if any and create a new oneprotected boolean
okToWriteRtf()
can be overridden to suppress all RTF output-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, findChildren, getChildCount, getChildren, isEmpty, setChildren, setOptions, toString, writeRtfContent
-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getParentOfClass, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
-
-
-
Method Detail
-
newPage
public RtfPage newPage(RtfAttributes attr) throws java.io.IOException
Close current Rtfpage if any and create a new one- Parameters:
attr
- attributes for new RtfPage- Returns:
- new RtfPage
- Throws:
java.io.IOException
- for I/O problems
-
okToWriteRtf
protected boolean okToWriteRtf()
Description copied from class:RtfElement
can be overridden to suppress all RTF output- Overrides:
okToWriteRtf
in classRtfContainer
- Returns:
- true
-
-