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 String
RtfBefore attributesstatic final String[]
String array of attribute namesFields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Write the attributes for this elementMethods 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
-
HEADER
RtfBefore attributes- See Also:
-
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:
writeMyAttributes
in classRtfAfterBeforeBase
- Throws:
IOException
- for I/O problems
-