java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase
org.jfor.jfor.rtflib.rtfdoc.RtfAfter
- All Implemented Interfaces:
- IRtfExternalGraphicContainer, IRtfParagraphContainer, IRtfTableContainer
- public class RtfAfter
- extends RtfAfterBeforeBase
RtfContainer that encloses footers
| 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, writeStarControlWord, writeStarControlWordNS |
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
m_attrib
protected RtfAttributes m_attrib
RtfAfter
RtfAfter(RtfSection parent,
java.io.Writer w,
RtfAttributes attrs)
throws java.io.IOException
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
newParagraph
public RtfParagraph newParagraph()
throws java.io.IOException
- Description copied from interface:
IRtfParagraphContainer
- close current paragraph if any and start a new one with default attributes
- Specified by:
newParagraph in interface IRtfParagraphContainer
newParagraph
public RtfParagraph newParagraph(RtfAttributes attrs)
throws java.io.IOException
- Description copied from interface:
IRtfParagraphContainer
- close current paragraph if any and start a new one with specified attributes
- Specified by:
newParagraph in interface IRtfParagraphContainer
newImage
public RtfExternalGraphic newImage()
throws java.io.IOException
- Description copied from interface:
IRtfExternalGraphicContainer
- Creates a new image on external graphic base.
- Specified by:
newImage in interface IRtfExternalGraphicContainer
writeRtfPrefix
protected void writeRtfPrefix()
throws java.io.IOException
- Description copied from class:
RtfElement
- called before writeRtfContent()
- Overrides:
writeRtfPrefix in class RtfElement
writeRtfSuffix
protected void writeRtfSuffix()
throws java.io.IOException
- Description copied from class:
RtfElement
- called after writeRtfContent()
- Overrides:
writeRtfSuffix in class RtfElement
getAttributes
public RtfAttributes getAttributes()
closeAll
public void closeAll()
throws java.io.IOException
newTable
public RtfTable newTable(RtfAttributes attrs,
org.jfor.jfor.interfaces.ITableColumnsInfo tc)
throws java.io.IOException
- close current table if any and start a new one
- Specified by:
newTable in interface IRtfTableContainer
newTable
public RtfTable newTable(org.jfor.jfor.interfaces.ITableColumnsInfo tc)
throws java.io.IOException
- close current table if any and start a new one
- Specified by:
newTable in interface IRtfTableContainer