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 MutableListOptionsMutableListOptions.setAutoLoose(boolean autoLoose) @NotNull MutableListOptionsMutableListOptions.setAutoLooseOneLevelLists(boolean autoLooseOneLevelLists) @NotNull MutableListOptionsMutableListOptions.setCodeIndent(int codeIndent) @NotNull MutableListOptionsMutableListOptions.setDelimiterMismatchToNewList(boolean bulletMismatchToNewList) @NotNull MutableListOptionsMutableListOptions.setEndOnDoubleBlank(boolean endOnDoubleBlank) @NotNull MutableListOptionsMutableListOptions.setItemIndent(int itemIndent) @NotNull MutableListOptionsMutableListOptions.setItemInterrupt(@NotNull ListOptions.MutableItemInterrupt itemInterrupt) @NotNull MutableListOptionsMutableListOptions.setItemMarkerSpace(boolean itemMarkerSpace) @NotNull MutableListOptionsMutableListOptions.setItemMarkerSuffixes(@NotNull String[] itemMarkerSuffixes) @NotNull MutableListOptionsMutableListOptions.setItemTypeMismatchToNewList(boolean itemTypeMatchToNewList) @NotNull MutableListOptionsMutableListOptions.setItemTypeMismatchToSubList(boolean itemTypeMismatchToSubList) @NotNull MutableListOptionsMutableListOptions.setLooseWhenBlankLineFollowsItemParagraph(boolean looseWhenLineBlankFollowsItemParagraph) @NotNull MutableListOptionsMutableListOptions.setLooseWhenContainsBlankLine(boolean looseWhenContainsBlankLine) @NotNull MutableListOptionsMutableListOptions.setLooseWhenHasLooseSubItem(boolean looseWhenHasLooseSubItem) @NotNull MutableListOptionsMutableListOptions.setLooseWhenHasNonListChildren(boolean looseWhenHasNonListChildren) @NotNull MutableListOptionsMutableListOptions.setLooseWhenHasTrailingBlankLine(boolean looseWhenHasTrailingBlankLine) @NotNull MutableListOptionsMutableListOptions.setLooseWhenLastItemPrevHasTrailingBlankLine(boolean looseWhenLastItemPrevHasTrailingBlankLine) @NotNull MutableListOptionsMutableListOptions.setLooseWhenPrevHasTrailingBlankLine(boolean looseWhenPrevHasTrailingBlankLine) @NotNull MutableListOptionsMutableListOptions.setNewItemCodeIndent(int newItemCodeIndent) @NotNull MutableListOptionsMutableListOptions.setNumberedItemMarkerSuffixed(boolean numberedItemMarkerSuffixed) @NotNull MutableListOptionsMutableListOptions.setOrderedItemDotOnly(boolean orderedItemDotOnly) @NotNull MutableListOptionsMutableListOptions.setOrderedListManualStart(boolean orderedListManualStart) @NotNull MutableListOptionsMutableListOptions.setParserEmulationFamily(@NotNull ParserEmulationProfile parserEmulationProfile)