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 StringRtfBefore 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 voidmust 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, writeRtfSuffixMethods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContentMethods 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:RtfAfterBeforeBasemust be implemented to write the header or footer attributes- Specified by:
writeMyAttributesin classRtfAfterBeforeBase- Throws:
IOException- for I/O problems
-