|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFootnoteContainer
Defines the expected behavior for a footnotes container.
| Method Summary | |
|---|---|
void |
addFootnote(FootnoteBean footnote)
Adds a new footnote to the container. |
void |
addFootnotes(java.util.List<FootnoteBean> footnotes)
Adds new footnotes to the container. |
void |
clearAllFootnotes()
Clears the container footnotes. |
boolean |
containsFootnote(java.lang.String id)
Checks if the container has already a footnote with the supplied id. |
FootnoteBean |
getFootnote(java.lang.String id)
Returns the footnote with the supplied id. |
int |
getFootnoteSequenceNumber()
Returns the next footnote sequence number. |
java.util.List<FootnoteBean> |
getFootnotesList()
Returns the list of footnotes. |
boolean |
hasFootnotes()
|
| Method Detail |
|---|
void addFootnote(FootnoteBean footnote)
footnote - the footnote to addvoid addFootnotes(java.util.List<FootnoteBean> footnotes)
footnotes - the footnotes to addvoid clearAllFootnotes()
boolean containsFootnote(java.lang.String id)
id - the footnote id
FootnoteBean getFootnote(java.lang.String id)
id - the footnote id
int getFootnoteSequenceNumber()
java.util.List<FootnoteBean> getFootnotesList()
boolean hasFootnotes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||