Class RtfBefore
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.RtfBefore
- All Implemented Interfaces:
IRtfExternalGraphicContainer, IRtfParagraphContainer, IRtfTableContainer, IRtfTextrunContainer
The opposite of RtfAfter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRtfBefore attributesstatic final String[]String array of attribute namesFields inherited from class RtfElement
attrib, parent, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidWrite the attributes for this elementMethods inherited from class RtfAfterBeforeBase
closeAll, getAttributes, getTextrun, newImage, newParagraph, newParagraph, newTable, newTable, writeRtfPrefix, writeRtfSuffixMethods inherited from class RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContentMethods inherited from class RtfElement
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS
-
Field Details
-
HEADER
-
HEADER_ATTR
String array of attribute names
-
-
Constructor Details
-
RtfBefore
RtfBefore(RtfSection parent, Writer w, RtfAttributes attrs) throws IOException - Throws:
IOException
-
-
Method Details
-
writeMyAttributes
Write the attributes for this element- Specified by:
writeMyAttributesin classRtfAfterBeforeBase- Throws:
IOException- for I/O problems
-