org.apache.fop.render.rtf.rtflib.rtfdoc

Class RtfBefore

Implemented Interfaces:
IRtfExternalGraphicContainer, IRtfParagraphContainer, IRtfTableContainer, IRtfTextrunContainer

public class RtfBefore
extends org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase

The opposite of RtfAfter

Field Summary

static String
HEADER
RtfBefore attributes
static String[]
HEADER_ATTR
String array of attribute names

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase

attrib

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Method Summary

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, writeMyAttributes, writeRtfPrefix, writeRtfSuffix

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Field Details

HEADER

public static final String HEADER
RtfBefore attributes

HEADER_ATTR

public static final String[] HEADER_ATTR
String array of attribute names

Method Details

writeMyAttributes

protected void writeMyAttributes()
            throws IOException
Write the attributes for this element
Overrides:
writeMyAttributes in interface org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.