public class TextBuilder extends MarkdownBuilder<TextBuilder,Text>
markdownElement, parentBuilder
Constructor and Description |
---|
TextBuilder() |
TextBuilder(MarkdownBuilder parentBuilder) |
Modifier and Type | Method and Description |
---|---|
TextBuilder |
append(java.lang.Object value)
Attempts to append the specified value to the existing root
MarkdownBuilder.markdownElement . |
protected Text |
createMarkdownElement()
Creates the root element.
|
protected TextBuilder |
getBuilder()
Used for method chaining.
|
append, begin, beginCodeBlock, beginCodeBlock, beginList, beginQuote, bold, build, code, end, endsWithLineSeparators, getParentBuilder, heading, heading, image, image, italic, link, link, newLine, newLines, newLinesIfRequired, newParagraph, newParagraphIfRequired, progress, progressWithLabel, quote, rule, rule, setParentBuilder, strikeThrough, subHeading, taskList, text, toMarkdownElement, toString, unorderedList
public TextBuilder()
public TextBuilder(MarkdownBuilder parentBuilder)
protected TextBuilder getBuilder()
MarkdownBuilder
getBuilder
in class MarkdownBuilder<TextBuilder,Text>
protected Text createMarkdownElement()
MarkdownBuilder
createMarkdownElement
in class MarkdownBuilder<TextBuilder,Text>
public TextBuilder append(java.lang.Object value)
MarkdownBuilder
MarkdownBuilder.markdownElement
.append
in class MarkdownBuilder<TextBuilder,Text>
value
- value to be appended