fop 0.90alpha1

org.apache.fop.render.rtf.rtflib.rtfdoc
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

public class RtfDocumentArea
extends RtfContainer

The RTF document area, container for RtfSection objects.

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
 
Method Summary
 RtfSection newSection()
          Close current RtfSection if any and create a new one
 
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, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newSection

public RtfSection newSection()
                      throws java.io.IOException
Close current RtfSection if any and create a new one
Returns:
the new RtfSection
Throws:
java.io.IOException - for I/O problems

fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.