Uses of Class
org.commonmark.renderer.text.TextContentRenderer.Builder
Packages that use TextContentRenderer.Builder
-
Uses of TextContentRenderer.Builder in org.commonmark.ext.gfm.strikethrough
Methods in org.commonmark.ext.gfm.strikethrough with parameters of type TextContentRenderer.BuilderModifier and TypeMethodDescriptionvoid
StrikethroughExtension.extend
(TextContentRenderer.Builder rendererBuilder) -
Uses of TextContentRenderer.Builder in org.commonmark.ext.gfm.tables
Methods in org.commonmark.ext.gfm.tables with parameters of type TextContentRenderer.BuilderModifier and TypeMethodDescriptionvoid
TablesExtension.extend
(TextContentRenderer.Builder rendererBuilder) -
Uses of TextContentRenderer.Builder in org.commonmark.ext.ins
Methods in org.commonmark.ext.ins with parameters of type TextContentRenderer.BuilderModifier and TypeMethodDescriptionvoid
InsExtension.extend
(TextContentRenderer.Builder rendererBuilder) -
Uses of TextContentRenderer.Builder in org.commonmark.renderer.text
Methods in org.commonmark.renderer.text that return TextContentRenderer.BuilderModifier and TypeMethodDescriptionstatic TextContentRenderer.Builder
TextContentRenderer.builder()
Create a new builder for configuring aTextContentRenderer
.TextContentRenderer.Builder.extensions
(Iterable<? extends Extension> extensions) TextContentRenderer.Builder.nodeRendererFactory
(TextContentNodeRendererFactory nodeRendererFactory) Add a factory for instantiating a node renderer (done when rendering).TextContentRenderer.Builder.stripNewlines
(boolean stripNewlines) Set the value of flag for stripping new lines.Methods in org.commonmark.renderer.text with parameters of type TextContentRenderer.BuilderModifier and TypeMethodDescriptionvoid
TextContentRenderer.TextContentRendererExtension.extend
(TextContentRenderer.Builder rendererBuilder) Constructors in org.commonmark.renderer.text with parameters of type TextContentRenderer.Builder