Package com.vladsch.flexmark.ast
Interface ParagraphItemContainer
-
- All Known Implementing Classes:
BulletListItem,DefinitionItem,DefinitionTerm,EnumeratedReferenceBlock,FootnoteBlock,ListItem,OrderedListItem,TaskListItem
public interface ParagraphItemContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisItemParagraph(Paragraph node)booleanisParagraphInTightListItem(Paragraph node)booleanisParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options)
-
-
-
Method Detail
-
isParagraphInTightListItem
boolean isParagraphInTightListItem(Paragraph node)
-
isItemParagraph
boolean isItemParagraph(Paragraph node)
-
isParagraphWrappingDisabled
boolean isParagraphWrappingDisabled(Paragraph node, ListOptions listOptions, DataHolder options)
-
-