|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ru.novosoft.dc.rtf.dom.RTFFootnote
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 |
public RTFFootnote(RTFFlow content,
boolean isEndnote)
| Method Detail |
public final boolean isEndnote()
public final RTFFlow content()
public void exportTo(org.w3c.dom.Element elem)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||