Uses of Class
com.vladsch.flexmark.ast.Paragraph
Packages that use Paragraph
Package
Description
AST node types (see
Node
) and visitors (see NodeVisitor
)Parse input text to AST nodes see
Parser
Types for extending block parsing
-
Uses of Paragraph in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
ListItem.isItemParagraph
(Paragraph node) boolean
ParagraphItemContainer.isItemParagraph
(Paragraph node) boolean
ListItem.isParagraphEndWrappingDisabled
(Paragraph node) boolean
ParagraphContainer.isParagraphEndWrappingDisabled
(Paragraph node) boolean
ListItem.isParagraphInTightListItem
(Paragraph node) boolean
ParagraphItemContainer.isParagraphInTightListItem
(Paragraph node) boolean
ListItem.isParagraphStartWrappingDisabled
(Paragraph node) boolean
ParagraphContainer.isParagraphStartWrappingDisabled
(Paragraph node) boolean
ListItem.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) boolean
ParagraphItemContainer.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) void
Paragraph.setContent
(Paragraph other, int startLine, int endLine) -
Uses of Paragraph in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type Paragraph -
Uses of Paragraph in com.vladsch.flexmark.ext.admonition
Methods in com.vladsch.flexmark.ext.admonition with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
AdmonitionBlock.isParagraphEndWrappingDisabled
(Paragraph node) boolean
AdmonitionBlock.isParagraphStartWrappingDisabled
(Paragraph node) -
Uses of Paragraph in com.vladsch.flexmark.ext.definition
Methods in com.vladsch.flexmark.ext.definition with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
DefinitionTerm.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of Paragraph in com.vladsch.flexmark.ext.enumerated.reference
Methods in com.vladsch.flexmark.ext.enumerated.reference with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
EnumeratedReferenceBlock.isItemParagraph
(Paragraph node) boolean
EnumeratedReferenceBlock.isParagraphInTightListItem
(Paragraph node) boolean
EnumeratedReferenceBlock.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of Paragraph in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type ParagraphModifier and TypeMethodDescriptionint
EnumeratedReferenceParagraphPreProcessor.preProcessBlock
(Paragraph block, ParserState state) -
Uses of Paragraph in com.vladsch.flexmark.ext.footnotes
Methods in com.vladsch.flexmark.ext.footnotes with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
FootnoteBlock.isItemParagraph
(Paragraph node) boolean
FootnoteBlock.isParagraphInTightListItem
(Paragraph node) boolean
FootnoteBlock.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of Paragraph in com.vladsch.flexmark.ext.gfm.tasklist
Methods in com.vladsch.flexmark.ext.gfm.tasklist with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
TaskListItem.isParagraphWrappingDisabled
(Paragraph node, ListOptions listOptions, DataHolder options) -
Uses of Paragraph in com.vladsch.flexmark.ext.gitlab
Methods in com.vladsch.flexmark.ext.gitlab with parameters of type ParagraphModifier and TypeMethodDescriptionboolean
GitLabBlockQuote.isParagraphEndWrappingDisabled
(Paragraph node) boolean
GitLabBlockQuote.isParagraphStartWrappingDisabled
(Paragraph node) -
Uses of Paragraph in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type ParagraphModifier and TypeMethodDescriptionint
TableParagraphPreProcessor.preProcessBlock
(Paragraph block, ParserState state) -
Uses of Paragraph in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type ParagraphModifier and TypeMethodDescriptionint
ZzzzzzParagraphPreProcessor.preProcessBlock
(Paragraph block, ParserState state) -
Uses of Paragraph in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type ParagraphModifier and TypeMethodDescriptionstatic void
FormatterUtils.renderLooseItemParagraph
(Paragraph node, NodeFormatterContext context, MarkdownWriter markdown) static void
FormatterUtils.renderLooseParagraph
(Paragraph node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of Paragraph in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type ParagraphModifier and TypeMethodDescriptionprivate void
CoreNodeFormatter.render
(Paragraph node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of Paragraph in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer with parameters of type ParagraphModifier and TypeMethodDescription(package private) void
CoreNodeRenderer.render
(Paragraph node, NodeRendererContext context, HtmlWriter html) private void
CoreNodeRenderer.renderLooseParagraph
(Paragraph node, NodeRendererContext context, HtmlWriter html) void
CoreNodeRenderer.renderTextBlockParagraphLines
(Paragraph node, NodeRendererContext context, HtmlWriter html, boolean wrapTextInSpan) -
Uses of Paragraph in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type ParagraphModifier and TypeMethodDescriptionprivate void
JiraConverterNodeRenderer.render
(Paragraph node, NodeRendererContext context, HtmlWriter html) private void
JiraConverterNodeRenderer.renderLooseParagraph
(Paragraph node, NodeRendererContext context, HtmlWriter html) -
Uses of Paragraph in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser with parameters of type Paragraph -
Uses of Paragraph in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block with parameters of type ParagraphModifier and TypeMethodDescriptionint
ParagraphPreProcessor.preProcessBlock
(Paragraph block, ParserState state) Process Paragraph Content on closing of the paragraph block to removeIndex non-text lines. -
Uses of Paragraph in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as ParagraphMethods in com.vladsch.flexmark.parser.core that return Paragraph -
Uses of Paragraph in com.vladsch.flexmark.parser.internal
Methods in com.vladsch.flexmark.parser.internal with parameters of type ParagraphModifier and TypeMethodDescriptionint
InlineParserImpl.preProcessBlock
(Paragraph block, ParserState state) private void
DocumentParser.preProcessParagraph
(Paragraph block, List<ParagraphPreProcessorFactory> stage, DocumentParser.ParagraphPreProcessorCache processorMap) pre-process a paragraph block -
Uses of Paragraph in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type ParagraphModifier and TypeMethodDescriptionprivate void
YouTrackConverterNodeRenderer.render
(Paragraph node, NodeRendererContext context, HtmlWriter html) private void
YouTrackConverterNodeRenderer.renderLooseParagraph
(Paragraph node, NodeRendererContext context, HtmlWriter html)