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
public class RtfBefore extends RtfAfterBeforeBase
The opposite of RtfAfter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HEADER
RtfBefore attributesstatic java.lang.String[]
HEADER_ATTR
String array of attribute names-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
-
Constructor Summary
Constructors Constructor Description RtfBefore(RtfSection parent, java.io.Writer w, RtfAttributes attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeMyAttributes()
Write the attributes for this element-
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
-
HEADER
public static final java.lang.String HEADER
RtfBefore attributes- See Also:
- Constant Field Values
-
HEADER_ATTR
public static final java.lang.String[] HEADER_ATTR
String array of attribute names
-
-
Constructor Detail
-
RtfBefore
RtfBefore(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
Write the attributes for this element- Specified by:
writeMyAttributes
in classRtfAfterBeforeBase
- Throws:
java.io.IOException
- for I/O problems
-
-