Class RtfDocumentArea
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.RtfDocumentArea
The RTF document area, container for RtfSection objects.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
-
Field Summary
FieldsFields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
ConstructorsConstructorDescriptionRtfDocumentArea
(RtfFile f, Writer w) Create an RTF element as a child of given container -
Method Summary
Modifier and TypeMethodDescriptionClose current RtfSection if any and create a new oneMethods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
Field Details
-
currentSection
-
-
Constructor Details
-
RtfDocumentArea
RtfDocumentArea(RtfFile f, Writer w) throws IOException Create an RTF element as a child of given container- Throws:
IOException
-
-
Method Details
-
newSection
Close current RtfSection if any and create a new one- Returns:
- the new RtfSection
- Throws:
IOException
- for I/O problems
-