Uses of Enum
org.commonmark.renderer.text.LineBreakRendering
Packages that use LineBreakRendering
-
Uses of LineBreakRendering in org.commonmark.renderer.text
Subclasses with type arguments of type LineBreakRendering in org.commonmark.renderer.textMethods in org.commonmark.renderer.text that return LineBreakRenderingModifier and TypeMethodDescriptionTextContentNodeRendererContext.lineBreakRendering()Controls how line breaks should be rendered, seeLineBreakRendering.static LineBreakRenderingReturns the enum constant of this type with the specified name.static LineBreakRendering[]LineBreakRendering.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.commonmark.renderer.text with parameters of type LineBreakRenderingModifier and TypeMethodDescriptionTextContentRenderer.Builder.lineBreakRendering(LineBreakRendering lineBreakRendering) Configure how line breaks (newlines) are rendered, seeLineBreakRendering.Constructors in org.commonmark.renderer.text with parameters of type LineBreakRenderingModifierConstructorDescriptionTextContentWriter(Appendable out, LineBreakRendering lineBreakRendering)