public class RtfFootnote extends RtfPhrase
| Modifier and Type | Field and Description |
|---|---|
protected RtfParagraphStyle |
paragraphStyle
An optional RtfParagraphStyle to use for styling.
|
chunks, IN_TABLE, LINE_SPACING, PARAGRAPH_DEFAULTS, PLAINdocument, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfFootnote(RtfDocument doc,
com.lowagie.text.Footnote footnote)
Constructs a RtfFootnote based on an Footnote.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(OutputStream result)
Writes the content of the RtfFootnote
|
setInHeader, setInTable, setRtfDocumentintToByteArray, isInTableprotected RtfParagraphStyle paragraphStyle
public RtfFootnote(RtfDocument doc, com.lowagie.text.Footnote footnote)
doc - The RtfDocument this RtfFootnote belongs tofootnote - The Footnote this RtfFootnote is based offpublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfPhraseresult - The OutputStream to write the content toIOExceptionCopyright © 2017. All rights reserved.