org.apache.fop.render.rtf.rtflib.rtfdoc
public class RtfFootnote extends RtfContainer implements IRtfTextrunContainer, IRtfListContainer
attrib, parent, writer| Modifier and Type | Method and Description |
|---|---|
void |
endBody() |
RtfTextrun |
getTextrun()
Returns the current RtfTextrun object.
|
RtfList |
newList(RtfAttributes attrs)
Close the current list, if any, and starts a new one
|
void |
startBody() |
protected void |
writeRtfContent()
write RTF code of all our children
|
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toStringclose, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSpublic RtfTextrun getTextrun() throws java.io.IOException
IRtfTextrunContainergetTextrun in interface IRtfTextrunContainerjava.io.IOException - Thrown when an IO-problem occursprotected void writeRtfContent()
throws java.io.IOException
writeRtfContent in class RtfContainerjava.io.IOException - for I/O problemspublic RtfList newList(RtfAttributes attrs) throws java.io.IOException
IRtfListContainernewList in interface IRtfListContainerattrs - attributes of new Listjava.io.IOException - for I/O problemspublic void startBody()
public void endBody()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.