public class RtfFootnote extends RtfContainer implements IRtfTextrunContainer, IRtfListContainer
Model of an RTF footnote.
This work was authored by Peter Herweg (pherweg@web.de) and Marc Wilhelm Kuester.
attrib, parent, writer
Modifier and Type | Method and Description |
---|---|
void |
endBody()
end body
|
RtfTextrun |
getTextrun()
Returns the current RtfTextrun object.
|
RtfList |
newList(RtfAttributes attrs)
Close the current list, if any, and starts a new one
|
void |
startBody()
start body
|
protected void |
writeRtfContent()
write RTF code of all our children
|
addChild, findChildren, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString
close, getParentOfClass, 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
- if not caughtprotected 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
- some attributesjava.io.IOException
- if not caughtpublic void startBody()
public void endBody()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.