ru.novosoft.dc.rtf.dom
Class RTFFootnote

java.lang.Object
  |
  +--ru.novosoft.dc.rtf.dom.RTFFootnote

public class RTFFootnote
extends java.lang.Object
implements RTFInline

An rtf footnote object.


Constructor Summary
RTFFootnote(RTFFlow content, boolean isEndnote)
          Construct a footnote or endnote if isEndnote tag is equal to the true.
 
Method Summary
 RTFFlow content()
          Return the footnote flow.
 void exportTo(org.w3c.dom.Element elem)
          Export the contents of this object to the specified DOM element.
 boolean isEndnote()
          Return true if this is the endnote.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFFootnote

public RTFFootnote(RTFFlow content,
                   boolean isEndnote)
Construct a footnote or endnote if isEndnote tag is equal to the true.
Method Detail

isEndnote

public final boolean isEndnote()
Return true if this is the endnote.

content

public final RTFFlow content()
Return the footnote flow.

exportTo

public void exportTo(org.w3c.dom.Element elem)
Export the contents of this object to the specified DOM element.