org.jfor.jfor.rtflib.rtfdoc
Class RtfAfter

java.lang.Object
  extended by org.jfor.jfor.rtflib.rtfdoc.RtfElement
      extended by org.jfor.jfor.rtflib.rtfdoc.RtfContainer
          extended by org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase
              extended by org.jfor.jfor.rtflib.rtfdoc.RtfAfter
All Implemented Interfaces:
IRtfExternalGraphicContainer, IRtfParagraphContainer, IRtfTableContainer

public class RtfAfter
extends RtfAfterBeforeBase

RtfContainer that encloses footers


Field Summary
static java.lang.String FOOTER
          RtfBefore attributes
static java.lang.String[] FOOTER_ATTR
           
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase
m_attrib
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement
m_parent, m_writer
 
Constructor Summary
RtfAfter(RtfSection parent, java.io.Writer w, RtfAttributes attrs)
           
 
Method Summary
protected  void writeMyAttributes()
          must be implemented to write the header or footer attributes
 
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase
closeAll, getAttributes, newImage, newParagraph, newParagraph, newTable, newTable, writeRtfPrefix, writeRtfSuffix
 
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, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FOOTER

public static final java.lang.String FOOTER
RtfBefore attributes

See Also:
Constant Field Values

FOOTER_ATTR

public static final java.lang.String[] FOOTER_ATTR
Constructor Detail

RtfAfter

RtfAfter(RtfSection parent,
         java.io.Writer w,
         RtfAttributes attrs)
   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

writeMyAttributes

protected void writeMyAttributes()
                          throws java.io.IOException
Description copied from class: RtfAfterBeforeBase
must be implemented to write the header or footer attributes

Specified by:
writeMyAttributes in class RtfAfterBeforeBase
Throws:
java.io.IOException