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
RtfContainer that encloses footers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
RtfBefore attributesstatic final String[]
String array of footer attributesFields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
must be implemented to write the header or footer attributesMethods 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 Details
-
FOOTER
RtfBefore attributes- See Also:
-
FOOTER_ATTR
String array of footer attributes
-
-
Constructor Details
-
RtfAfter
RtfAfter(RtfSection parent, Writer w, RtfAttributes attrs) throws IOException - Throws:
IOException
-
-
Method Details
-
writeMyAttributes
Description copied from class:RtfAfterBeforeBase
must be implemented to write the header or footer attributes- Specified by:
writeMyAttributes
in classRtfAfterBeforeBase
- Throws:
IOException
- for I/O problems
-