Uses of Class
com.vladsch.flexmark.ast.Paragraph
-
-
Uses of Paragraph in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type Paragraph Modifier and Type Method Description boolean
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 Modifier and Type Method Description void
BlockVisitor. visit(Paragraph node)
private void
TextCollectingVisitor. visit(Paragraph node)
Deprecated. -
Uses of Paragraph in com.vladsch.flexmark.ext.admonition
Methods in com.vladsch.flexmark.ext.admonition with parameters of type Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description int
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 Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description boolean
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 Paragraph Modifier and Type Method Description int
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 Paragraph Modifier and Type Method Description int
ZzzzzzParagraphPreProcessor. preProcessBlock(Paragraph block, ParserState state)
-
Uses of Paragraph in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type Paragraph Modifier and Type Method Description static 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 Paragraph Modifier and Type Method Description private 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 Paragraph Modifier and Type Method Description (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 Paragraph Modifier and Type Method Description private 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 Modifier and Type Method Description boolean
ListOptions. isInTightListItem(@NotNull Paragraph node)
-
Uses of Paragraph in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block with parameters of type Paragraph Modifier and Type Method Description int
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 Paragraph Modifier and Type Field Description private Paragraph
ParagraphParser. block
Methods in com.vladsch.flexmark.parser.core that return Paragraph Modifier and Type Method Description Paragraph
ParagraphParser. getBlock()
-
Uses of Paragraph in com.vladsch.flexmark.parser.internal
Methods in com.vladsch.flexmark.parser.internal with parameters of type Paragraph Modifier and Type Method Description int
InlineParserImpl. preProcessBlock(Paragraph block, ParserState state)
private void
DocumentParser. preProcessParagraph(Paragraph block, java.util.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 Paragraph Modifier and Type Method Description private void
YouTrackConverterNodeRenderer. render(Paragraph node, NodeRendererContext context, HtmlWriter html)
private void
YouTrackConverterNodeRenderer. renderLooseParagraph(Paragraph node, NodeRendererContext context, HtmlWriter html)
-