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 booleanListItem. isItemParagraph(Paragraph node)booleanParagraphItemContainer. isItemParagraph(Paragraph node)booleanListItem. isParagraphEndWrappingDisabled(Paragraph node)booleanParagraphContainer. isParagraphEndWrappingDisabled(Paragraph node)booleanListItem. isParagraphInTightListItem(Paragraph node)booleanParagraphItemContainer. isParagraphInTightListItem(Paragraph node)booleanListItem. isParagraphStartWrappingDisabled(Paragraph node)booleanParagraphContainer. isParagraphStartWrappingDisabled(Paragraph node)booleanListItem. isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options)booleanParagraphItemContainer. isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options)voidParagraph. 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 voidBlockVisitor. visit(Paragraph node)private voidTextCollectingVisitor. 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 booleanAdmonitionBlock. isParagraphEndWrappingDisabled(Paragraph node)booleanAdmonitionBlock. 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 booleanDefinitionTerm. 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 booleanEnumeratedReferenceBlock. isItemParagraph(Paragraph node)booleanEnumeratedReferenceBlock. isParagraphInTightListItem(Paragraph node)booleanEnumeratedReferenceBlock. 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 intEnumeratedReferenceParagraphPreProcessor. 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 booleanFootnoteBlock. isItemParagraph(Paragraph node)booleanFootnoteBlock. isParagraphInTightListItem(Paragraph node)booleanFootnoteBlock. 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 booleanTaskListItem. 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 booleanGitLabBlockQuote. isParagraphEndWrappingDisabled(Paragraph node)booleanGitLabBlockQuote. 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 intTableParagraphPreProcessor. 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 intZzzzzzParagraphPreProcessor. 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 voidFormatterUtils. renderLooseItemParagraph(Paragraph node, NodeFormatterContext context, MarkdownWriter markdown)static voidFormatterUtils. 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 voidCoreNodeFormatter. 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) voidCoreNodeRenderer. render(Paragraph node, NodeRendererContext context, HtmlWriter html)private voidCoreNodeRenderer. renderLooseParagraph(Paragraph node, NodeRendererContext context, HtmlWriter html)voidCoreNodeRenderer. 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 voidJiraConverterNodeRenderer. render(Paragraph node, NodeRendererContext context, HtmlWriter html)private voidJiraConverterNodeRenderer. 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 booleanListOptions. 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 intParagraphPreProcessor. 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 ParagraphParagraphParser. blockMethods in com.vladsch.flexmark.parser.core that return Paragraph Modifier and Type Method Description ParagraphParagraphParser. 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 intInlineParserImpl. preProcessBlock(Paragraph block, ParserState state)private voidDocumentParser. 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 voidYouTrackConverterNodeRenderer. render(Paragraph node, NodeRendererContext context, HtmlWriter html)private voidYouTrackConverterNodeRenderer. renderLooseParagraph(Paragraph node, NodeRendererContext context, HtmlWriter html)
-