Uses of Class
org.commonmark.renderer.text.TextContentRenderer.Builder
-
Packages that use TextContentRenderer.Builder Package Description org.commonmark.ext.gfm.strikethrough org.commonmark.ext.gfm.tables org.commonmark.ext.ins org.commonmark.renderer.text Plain text rendering with minimal markup (seeTextContentRenderer) -
-
Uses of TextContentRenderer.Builder in org.commonmark.ext.gfm.strikethrough
Methods in org.commonmark.ext.gfm.strikethrough with parameters of type TextContentRenderer.Builder Modifier and Type Method Description voidStrikethroughExtension. 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.Builder Modifier and Type Method Description voidTablesExtension. extend(TextContentRenderer.Builder rendererBuilder) -
Uses of TextContentRenderer.Builder in org.commonmark.ext.ins
Methods in org.commonmark.ext.ins with parameters of type TextContentRenderer.Builder Modifier and Type Method Description voidInsExtension. extend(TextContentRenderer.Builder rendererBuilder) -
Uses of TextContentRenderer.Builder in org.commonmark.renderer.text
Methods in org.commonmark.renderer.text that return TextContentRenderer.Builder Modifier and Type Method Description static TextContentRenderer.BuilderTextContentRenderer. builder()Create a new builder for configuring aTextContentRenderer.TextContentRenderer.BuilderTextContentRenderer.Builder. extensions(java.lang.Iterable<? extends Extension> extensions)TextContentRenderer.BuilderTextContentRenderer.Builder. lineBreakRendering(LineBreakRendering lineBreakRendering)Configure how line breaks (newlines) are rendered, seeLineBreakRendering.TextContentRenderer.BuilderTextContentRenderer.Builder. nodeRendererFactory(TextContentNodeRendererFactory nodeRendererFactory)Add a factory for instantiating a node renderer (done when rendering).TextContentRenderer.BuilderTextContentRenderer.Builder. stripNewlines(boolean stripNewlines)Deprecated.UselineBreakRendering(LineBreakRendering)withLineBreakRendering.STRIPinsteadMethods in org.commonmark.renderer.text with parameters of type TextContentRenderer.Builder Modifier and Type Method Description voidTextContentRenderer.TextContentRendererExtension. extend(TextContentRenderer.Builder rendererBuilder)Constructors in org.commonmark.renderer.text with parameters of type TextContentRenderer.Builder Constructor Description TextContentRenderer(TextContentRenderer.Builder builder)
-