|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the parent container element.public interface LastEntry<T>
The last entry of a table row.
| Method Summary | |
|---|---|
T |
end()
Signals the end of the document element. |
Para<? extends LastEntry<T>> |
para()
Adds a paragraph to the current table entry. |
LastEntry<T> |
para(String text)
Adds a paragraph containing the text to the current table entry. |
| Methods inherited from interface nl.flotsam.pecia.SimpleContents |
|---|
document, itemizedList, orderedList, table2Cols, table3Cols, table4Cols, table5Cols, verbatim |
| Method Detail |
|---|
Para<? extends LastEntry<T>> para()
para in interface SimpleContents<LastEntry<T>>LastEntry<T> para(String text)
para in interface SimpleContents<LastEntry<T>>text - The text to be added to the paragraph.
T end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||