|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase
org.jfor.jfor.rtflib.rtfdoc.RtfBefore
public class RtfBefore
Field Summary | |
---|---|
static java.lang.String |
HEADER
RtfBefore attributes |
static java.lang.String[] |
HEADER_ATTR
|
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase |
---|
m_attrib |
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
---|
m_parent, m_writer |
Constructor Summary | |
---|---|
RtfBefore(RtfSection parent,
java.io.Writer w,
RtfAttributes attrs)
|
Method Summary | |
---|---|
protected void |
writeMyAttributes()
must be implemented to write the header or footer attributes |
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfAfterBeforeBase |
---|
closeAll, getAttributes, newImage, newParagraph, newParagraph, newTable, newTable, writeRtfPrefix, writeRtfSuffix |
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
---|
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent |
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
---|
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HEADER
public static final java.lang.String[] HEADER_ATTR
Constructor Detail |
---|
RtfBefore(RtfSection parent, java.io.Writer w, RtfAttributes attrs) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void writeMyAttributes() throws java.io.IOException
RtfAfterBeforeBase
writeMyAttributes
in class RtfAfterBeforeBase
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |