java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfDocumentArea
- public class RtfDocumentArea
- extends RtfContainer
The RTF document area, container for RtfSection objects.
| Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
|
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
m_currentSection
private RtfSection m_currentSection
RtfDocumentArea
RtfDocumentArea(RtfFile f,
java.io.Writer w)
throws java.io.IOException
- Create an RTF element as a child of given container
newSection
public RtfSection newSection()
throws java.io.IOException
- close current RtfSection if any and create a new one