public class QuoteBuilder extends MarkdownBuilder<QuoteBuilder,Quote>
markdownElement, parentBuilder| Constructor and Description |
|---|
QuoteBuilder() |
QuoteBuilder(MarkdownBuilder parentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
QuoteBuilder |
append(java.lang.Object value)
Attempts to append the specified value to the existing root
MarkdownBuilder.markdownElement. |
protected Quote |
createMarkdownElement()
Creates the root element.
|
protected QuoteBuilder |
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, unorderedListpublic QuoteBuilder()
public QuoteBuilder(MarkdownBuilder parentBuilder)
protected QuoteBuilder getBuilder()
MarkdownBuildergetBuilder in class MarkdownBuilder<QuoteBuilder,Quote>protected Quote createMarkdownElement()
MarkdownBuildercreateMarkdownElement in class MarkdownBuilder<QuoteBuilder,Quote>public QuoteBuilder append(java.lang.Object value)
MarkdownBuilderMarkdownBuilder.markdownElement.append in class MarkdownBuilder<QuoteBuilder,Quote>value - value to be appended