public static class ListOptions.ItemInterrupt extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bulletItemInterruptsItemParagraph |
protected boolean |
bulletItemInterruptsParagraph |
protected boolean |
emptyBulletItemInterruptsItemParagraph |
protected boolean |
emptyBulletItemInterruptsParagraph |
protected boolean |
emptyBulletSubItemInterruptsItemParagraph |
protected boolean |
emptyOrderedItemInterruptsItemParagraph |
protected boolean |
emptyOrderedItemInterruptsParagraph |
protected boolean |
emptyOrderedNonOneItemInterruptsItemParagraph |
protected boolean |
emptyOrderedNonOneItemInterruptsParagraph |
protected boolean |
emptyOrderedNonOneSubItemInterruptsItemParagraph |
protected boolean |
emptyOrderedSubItemInterruptsItemParagraph |
protected boolean |
orderedItemInterruptsItemParagraph |
protected boolean |
orderedItemInterruptsParagraph |
protected boolean |
orderedNonOneItemInterruptsItemParagraph |
protected boolean |
orderedNonOneItemInterruptsParagraph |
| Constructor and Description |
|---|
ItemInterrupt() |
ItemInterrupt(com.vladsch.flexmark.util.options.DataHolder options) |
ItemInterrupt(ListOptions.ItemInterrupt other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInterrupt(boolean isNumberedItem,
boolean isOneItem,
boolean isEmptyItem,
boolean isItemParagraph) |
boolean |
canStartSubList(boolean isNumberedItem,
boolean isOneItem,
boolean isEmptyItem) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
setIn(com.vladsch.flexmark.util.options.MutableDataHolder options) |
protected boolean bulletItemInterruptsParagraph
protected boolean orderedItemInterruptsParagraph
protected boolean orderedNonOneItemInterruptsParagraph
protected boolean emptyBulletItemInterruptsParagraph
protected boolean emptyOrderedItemInterruptsParagraph
protected boolean emptyOrderedNonOneItemInterruptsParagraph
protected boolean bulletItemInterruptsItemParagraph
protected boolean orderedItemInterruptsItemParagraph
protected boolean orderedNonOneItemInterruptsItemParagraph
protected boolean emptyBulletItemInterruptsItemParagraph
protected boolean emptyOrderedItemInterruptsItemParagraph
protected boolean emptyOrderedNonOneItemInterruptsItemParagraph
protected boolean emptyBulletSubItemInterruptsItemParagraph
protected boolean emptyOrderedSubItemInterruptsItemParagraph
protected boolean emptyOrderedNonOneSubItemInterruptsItemParagraph
public ItemInterrupt()
public ItemInterrupt(com.vladsch.flexmark.util.options.DataHolder options)
public ItemInterrupt(ListOptions.ItemInterrupt other)
public void setIn(com.vladsch.flexmark.util.options.MutableDataHolder options)
public boolean canInterrupt(boolean isNumberedItem,
boolean isOneItem,
boolean isEmptyItem,
boolean isItemParagraph)
public boolean canStartSubList(boolean isNumberedItem,
boolean isOneItem,
boolean isEmptyItem)
Copyright © 2018. All rights reserved.