Uses of Class
com.vladsch.flexmark.parser.MutableListOptions
Packages that use MutableListOptions
-
Uses of MutableListOptions in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser that return MutableListOptionsModifier and TypeMethodDescriptionListOptions.getMutable()
MutableListOptions.getMutable()
ParserEmulationProfile.getOptions()
ParserEmulationProfile.getOptions
(DataHolder dataHolder) @NotNull MutableListOptions
MutableListOptions.setAutoLoose
(boolean autoLoose) @NotNull MutableListOptions
MutableListOptions.setAutoLooseOneLevelLists
(boolean autoLooseOneLevelLists) @NotNull MutableListOptions
MutableListOptions.setCodeIndent
(int codeIndent) @NotNull MutableListOptions
MutableListOptions.setDelimiterMismatchToNewList
(boolean bulletMismatchToNewList) @NotNull MutableListOptions
MutableListOptions.setEndOnDoubleBlank
(boolean endOnDoubleBlank) @NotNull MutableListOptions
MutableListOptions.setItemIndent
(int itemIndent) @NotNull MutableListOptions
MutableListOptions.setItemInterrupt
(@NotNull ListOptions.MutableItemInterrupt itemInterrupt) @NotNull MutableListOptions
MutableListOptions.setItemMarkerSpace
(boolean itemMarkerSpace) @NotNull MutableListOptions
MutableListOptions.setItemMarkerSuffixes
(@NotNull String[] itemMarkerSuffixes) @NotNull MutableListOptions
MutableListOptions.setItemTypeMismatchToNewList
(boolean itemTypeMatchToNewList) @NotNull MutableListOptions
MutableListOptions.setItemTypeMismatchToSubList
(boolean itemTypeMismatchToSubList) @NotNull MutableListOptions
MutableListOptions.setLooseWhenBlankLineFollowsItemParagraph
(boolean looseWhenLineBlankFollowsItemParagraph) @NotNull MutableListOptions
MutableListOptions.setLooseWhenContainsBlankLine
(boolean looseWhenContainsBlankLine) @NotNull MutableListOptions
MutableListOptions.setLooseWhenHasLooseSubItem
(boolean looseWhenHasLooseSubItem) @NotNull MutableListOptions
MutableListOptions.setLooseWhenHasNonListChildren
(boolean looseWhenHasNonListChildren) @NotNull MutableListOptions
MutableListOptions.setLooseWhenHasTrailingBlankLine
(boolean looseWhenHasTrailingBlankLine) @NotNull MutableListOptions
MutableListOptions.setLooseWhenLastItemPrevHasTrailingBlankLine
(boolean looseWhenLastItemPrevHasTrailingBlankLine) @NotNull MutableListOptions
MutableListOptions.setLooseWhenPrevHasTrailingBlankLine
(boolean looseWhenPrevHasTrailingBlankLine) @NotNull MutableListOptions
MutableListOptions.setNewItemCodeIndent
(int newItemCodeIndent) @NotNull MutableListOptions
MutableListOptions.setNumberedItemMarkerSuffixed
(boolean numberedItemMarkerSuffixed) @NotNull MutableListOptions
MutableListOptions.setOrderedItemDotOnly
(boolean orderedItemDotOnly) @NotNull MutableListOptions
MutableListOptions.setOrderedListManualStart
(boolean orderedListManualStart) @NotNull MutableListOptions
MutableListOptions.setParserEmulationFamily
(@NotNull ParserEmulationProfile parserEmulationProfile)