|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Section | |
---|---|
nl.flotsam.pecia | The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. |
nl.flotsam.pecia.builder | The package providing the interfaces to be implemented by classes responsible for generating content. |
nl.flotsam.pecia.builder.base | The package providing a default implementation of the builder interfaces. |
Uses of Section in nl.flotsam.pecia |
---|
Subinterfaces of Section in nl.flotsam.pecia | |
---|---|
interface |
AnnotatedSection<T>
A specialization of Section , allowing you to add some
Section metadata. |
Uses of Section in nl.flotsam.pecia.builder |
---|
Subinterfaces of Section in nl.flotsam.pecia.builder | |
---|---|
interface |
SectionBuilder<T>
|
Uses of Section in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement Section | |
---|---|
class |
DefaultSectionBuilder<T>
|
Methods in nl.flotsam.pecia.builder.base that return Section | |
---|---|
Section<T> |
DefaultSectionBuilder.document(Documenter<SimpleContents<?>> target)
|
Section<T> |
DefaultSectionBuilder.para(String text)
|
Methods in nl.flotsam.pecia.builder.base that return types with arguments of type Section | |
---|---|
ItemizedList<? extends Section<T>> |
DefaultSectionBuilder.itemizedList()
|
ItemizedList<? extends Section<T>> |
DefaultSectionBuilder.orderedList()
|
Para<? extends Section<T>> |
DefaultSectionBuilder.para()
|
AnnotatedSection<? extends Section<T>> |
DefaultSectionBuilder.section(String title)
|
Table2Cols<? extends Section<T>> |
DefaultSectionBuilder.table2Cols()
|
Table3Cols<? extends Section<T>> |
DefaultSectionBuilder.table3Cols()
|
Table4Cols<? extends Section<T>> |
DefaultSectionBuilder.table4Cols()
|
Table5Cols<? extends Section<T>> |
DefaultSectionBuilder.table5Cols()
|
Verbatim<? extends Section<T>> |
DefaultSectionBuilder.verbatim()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |