Uses of Interface
io.markdom.model.MarkdomOrderedListBlock
-
Packages that use MarkdomOrderedListBlock Package Description io.markdom.model io.markdom.model.choice io.markdom.model.selection -
-
Uses of MarkdomOrderedListBlock in io.markdom.model
Methods in io.markdom.model that return MarkdomOrderedListBlock Modifier and Type Method Description MarkdomOrderedListBlockMarkdomOrderedListBlock. addListItem(MarkdomListItem listItem)MarkdomOrderedListBlockMarkdomOrderedListBlock. addListItems(MarkdomListItem... listItems)MarkdomOrderedListBlockMarkdomOrderedListBlock. addListItems(Iterable<MarkdomListItem> listItems)MarkdomOrderedListBlockMarkdomFactory. orderedListBlock(Integer startIndex)MarkdomOrderedListBlockMarkdomFactory. orderedListBlock(Integer startIndex, MarkdomListItem listItem)MarkdomOrderedListBlockMarkdomFactory. orderedListBlock(Integer startIndex, MarkdomListItem... listItems)MarkdomOrderedListBlockMarkdomFactory. orderedListBlock(Integer startIndex, Iterable<MarkdomListItem> listItems)MarkdomOrderedListBlockMarkdomOrderedListBlock. setStartIndex(Integer startIndex) -
Uses of MarkdomOrderedListBlock in io.markdom.model.choice
Methods in io.markdom.model.choice with parameters of type MarkdomOrderedListBlock Modifier and Type Method Description voidAbstractMarkdomBlockChoice. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)voidAbstractMarkdomListBlockChoice. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)voidMarkdomBlockChoice. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)voidMarkdomListBlockChoice. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock) -
Uses of MarkdomOrderedListBlock in io.markdom.model.selection
Methods in io.markdom.model.selection with parameters of type MarkdomOrderedListBlock Modifier and Type Method Description ResultAbstractMarkdomBlockSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)ResultAbstractMarkdomListBlockSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)VoidMarkdomBlockChoiceSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)ResultMarkdomBlockSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)VoidMarkdomListBlockChoiceSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)ResultMarkdomListBlockSelection. onOrderedListBlock(MarkdomOrderedListBlock orderedListBlock)
-