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, toString
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public RtfTextrun getTextrun() throws java.io.IOException
IRtfTextrunContainer
getTextrun
in interface IRtfTextrunContainer
java.io.IOException
- Thrown when an IO-problem occursprotected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfContainer
java.io.IOException
- for I/O problemspublic RtfList newList(RtfAttributes attrs) throws java.io.IOException
IRtfListContainer
newList
in interface IRtfListContainer
attrs
- attributes of new Listjava.io.IOException
- for I/O problemspublic void startBody()
public void endBody()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.