Class RtfAfter
- 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.RtfAfterBeforeBase
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfter
-
- All Implemented Interfaces:
IRtfExternalGraphicContainer
,IRtfParagraphContainer
,IRtfTableContainer
,IRtfTextrunContainer
public class RtfAfter extends RtfAfterBeforeBase
RtfContainer that encloses footers
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FOOTER
RtfBefore attributesstatic java.lang.String[]
FOOTER_ATTR
String array of footer attributes-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
-
Constructor Summary
Constructors Constructor Description RtfAfter(RtfSection parent, java.io.Writer w, RtfAttributes attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeMyAttributes()
must be implemented to write the header or footer attributes-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase
closeAll, getAttributes, getTextrun, newImage, newParagraph, newParagraph, newTable, newTable, writeRtfPrefix, writeRtfSuffix
-
Methods 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, writeStarControlWord, writeStarControlWordNS
-
-
-
-
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
String array of footer attributes
-
-
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 classRtfAfterBeforeBase
- Throws:
java.io.IOException
- for I/O problems
-
-