|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Verbatim | |
---|---|
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 Verbatim in nl.flotsam.pecia |
---|
Methods in nl.flotsam.pecia that return Verbatim | |
---|---|
Verbatim<T> |
Verbatim.newline()
Forces a newline in the verbatim output. |
Verbatim<T> |
Verbatim.text(String text)
Appends some text to the verbatim content. |
Verbatim<? extends V> |
SimpleContents.verbatim()
Adds verbatim content. |
Uses of Verbatim in nl.flotsam.pecia.builder |
---|
Subinterfaces of Verbatim in nl.flotsam.pecia.builder | |
---|---|
interface |
VerbatimBuilder<T>
|
Uses of Verbatim in nl.flotsam.pecia.builder.base |
---|
Classes in nl.flotsam.pecia.builder.base that implement Verbatim | |
---|---|
class |
DefaultVerbatimBuilder<T>
|
Methods in nl.flotsam.pecia.builder.base that return Verbatim | |
---|---|
Verbatim<T> |
DefaultVerbatimBuilder.newline()
|
Verbatim<T> |
DefaultVerbatimBuilder.start()
|
Verbatim<T> |
DefaultVerbatimBuilder.text(String text)
|
Verbatim<? extends Section<T>> |
DefaultSectionBuilder.verbatim()
|
Verbatim<? extends LastEntry<T>> |
DefaultLastEntryBuilder.verbatim()
|
Verbatim<? extends Entry<T>> |
DefaultEntryBuilder.verbatim()
|
Verbatim<? extends Article<T>> |
DefaultArticleBuilder.verbatim()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |