|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
public class RtfContainer
An RtfElement that can contain other elements.
Field Summary |
---|
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
attrib, parent, writer |
Method Summary | |
---|---|
protected void |
addChild(RtfElement e)
add a child element to this |
int |
getChildCount()
|
java.util.List |
getChildren()
|
boolean |
isEmpty()
|
protected boolean |
okToWriteRtf()
can be overridden to suppress all RTF output |
boolean |
setChildren(java.util.List list)
Add by Boris Poud??rous on 07/22/2002 Set the children list |
void |
setOptions(RtfOptions opt)
set options |
java.lang.String |
toString()
minimal debugging display |
protected void |
writeRtfContent()
write RTF code of all our children |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void setOptions(RtfOptions opt)
opt
- options to setprotected void addChild(RtfElement e) throws RtfStructureException
e
- child element to add
RtfStructureException
- for trying to add an invalid child (??)public java.util.List getChildren()
public int getChildCount()
public boolean setChildren(java.util.List list)
list
- list of child objects
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfElement
java.io.IOException
- for I/O problemspublic java.lang.String toString()
toString
in class RtfElement
protected boolean okToWriteRtf()
RtfElement
okToWriteRtf
in class RtfElement
public boolean isEmpty()
isEmpty
in class RtfElement
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |