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
ParserTypes for extending block parsing
-
Uses of Paragraph in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type ParagraphModifier and TypeMethodDescriptionbooleanListItem.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 -
Uses of Paragraph in com.vladsch.flexmark.ext.admonition
Methods in com.vladsch.flexmark.ext.admonition with parameters of type ParagraphModifier and TypeMethodDescriptionbooleanAdmonitionBlock.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 ParagraphModifier and TypeMethodDescriptionbooleanDefinitionTerm.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 TypeMethodDescriptionbooleanEnumeratedReferenceBlock.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 ParagraphModifier and TypeMethodDescriptionintEnumeratedReferenceParagraphPreProcessor.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 TypeMethodDescriptionbooleanFootnoteBlock.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 ParagraphModifier and TypeMethodDescriptionbooleanTaskListItem.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 TypeMethodDescriptionbooleanGitLabBlockQuote.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 ParagraphModifier and TypeMethodDescriptionintTableParagraphPreProcessor.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 TypeMethodDescriptionintZzzzzzParagraphPreProcessor.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 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 ParagraphModifier and TypeMethodDescriptionprivate 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 ParagraphModifier and TypeMethodDescription(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 ParagraphModifier and TypeMethodDescriptionprivate 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 -
Uses of Paragraph in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block with parameters of type ParagraphModifier and TypeMethodDescriptionintParagraphPreProcessor.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 TypeMethodDescriptionintInlineParserImpl.preProcessBlock(Paragraph block, ParserState state) private voidDocumentParser.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 voidYouTrackConverterNodeRenderer.render(Paragraph node, NodeRendererContext context, HtmlWriter html) private voidYouTrackConverterNodeRenderer.renderLooseParagraph(Paragraph node, NodeRendererContext context, HtmlWriter html)