| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElementorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainerorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfFootnoteField Summary |
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
attrib, parent, writer | |
Method Summary | |
void |
|
RtfTextrun |
|
RtfList |
|
void | |
protected void |
|
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 | |
public void endBody()
public RtfTextrun getTextrun() throws IOException
Returns the current RtfTextrun object. Opens a new one if necessary.
- Specified by:
- getTextrun in interface IRtfTextrunContainer
- Returns:
- The RtfTextrun object
public RtfList newList(RtfAttributes attrs) throws IOException
Close the current list, if any, and starts a new one
- Specified by:
- newList in interface IRtfListContainer
- Parameters:
attrs- attributes of new List
- Returns:
- new List object
public void startBody()
protected void writeRtfContent()
throws IOExceptionwrite RTF code of all our children
- Overrides:
- writeRtfContent in interface RtfContainer
| fop 0.94 |