Class MutableListOptions

java.lang.Object
com.vladsch.flexmark.parser.ListOptions
com.vladsch.flexmark.parser.MutableListOptions
All Implemented Interfaces:
MutableDataSetter

public class MutableListOptions extends ListOptions
  • Constructor Details

    • MutableListOptions

      public MutableListOptions()
    • MutableListOptions

      public MutableListOptions(@Nullable @Nullable DataHolder options)
    • MutableListOptions

      MutableListOptions(@NotNull @NotNull ListOptions other)
  • Method Details

    • getMutable

      public MutableListOptions getMutable()
      Overrides:
      getMutable in class ListOptions
    • setParserEmulationFamily

      @NotNull public @NotNull MutableListOptions setParserEmulationFamily(@NotNull @NotNull ParserEmulationProfile parserEmulationProfile)
    • setItemInterrupt

      @NotNull public @NotNull MutableListOptions setItemInterrupt(@NotNull @NotNull ListOptions.MutableItemInterrupt itemInterrupt)
    • setAutoLoose

      @NotNull public @NotNull MutableListOptions setAutoLoose(boolean autoLoose)
    • setAutoLooseOneLevelLists

      @NotNull public @NotNull MutableListOptions setAutoLooseOneLevelLists(boolean autoLooseOneLevelLists)
    • setDelimiterMismatchToNewList

      @NotNull public @NotNull MutableListOptions setDelimiterMismatchToNewList(boolean bulletMismatchToNewList)
    • setEndOnDoubleBlank

      @NotNull public @NotNull MutableListOptions setEndOnDoubleBlank(boolean endOnDoubleBlank)
    • setItemMarkerSpace

      @NotNull public @NotNull MutableListOptions setItemMarkerSpace(boolean itemMarkerSpace)
    • setItemTypeMismatchToNewList

      @NotNull public @NotNull MutableListOptions setItemTypeMismatchToNewList(boolean itemTypeMatchToNewList)
    • setItemTypeMismatchToSubList

      @NotNull public @NotNull MutableListOptions setItemTypeMismatchToSubList(boolean itemTypeMismatchToSubList)
    • setLooseWhenPrevHasTrailingBlankLine

      @NotNull public @NotNull MutableListOptions setLooseWhenPrevHasTrailingBlankLine(boolean looseWhenPrevHasTrailingBlankLine)
    • setLooseWhenLastItemPrevHasTrailingBlankLine

      @NotNull public @NotNull MutableListOptions setLooseWhenLastItemPrevHasTrailingBlankLine(boolean looseWhenLastItemPrevHasTrailingBlankLine)
    • setLooseWhenHasNonListChildren

      @NotNull public @NotNull MutableListOptions setLooseWhenHasNonListChildren(boolean looseWhenHasNonListChildren)
    • setLooseWhenBlankLineFollowsItemParagraph

      @NotNull public @NotNull MutableListOptions setLooseWhenBlankLineFollowsItemParagraph(boolean looseWhenLineBlankFollowsItemParagraph)
    • setLooseWhenHasLooseSubItem

      @NotNull public @NotNull MutableListOptions setLooseWhenHasLooseSubItem(boolean looseWhenHasLooseSubItem)
    • setLooseWhenHasTrailingBlankLine

      @NotNull public @NotNull MutableListOptions setLooseWhenHasTrailingBlankLine(boolean looseWhenHasTrailingBlankLine)
    • setLooseWhenContainsBlankLine

      @NotNull public @NotNull MutableListOptions setLooseWhenContainsBlankLine(boolean looseWhenContainsBlankLine)
    • setNumberedItemMarkerSuffixed

      @NotNull public @NotNull MutableListOptions setNumberedItemMarkerSuffixed(boolean numberedItemMarkerSuffixed)
    • setOrderedItemDotOnly

      @NotNull public @NotNull MutableListOptions setOrderedItemDotOnly(boolean orderedItemDotOnly)
    • setOrderedListManualStart

      @NotNull public @NotNull MutableListOptions setOrderedListManualStart(boolean orderedListManualStart)
    • setCodeIndent

      @NotNull public @NotNull MutableListOptions setCodeIndent(int codeIndent)
    • setItemIndent

      @NotNull public @NotNull MutableListOptions setItemIndent(int itemIndent)
    • setNewItemCodeIndent

      @NotNull public @NotNull MutableListOptions setNewItemCodeIndent(int newItemCodeIndent)
    • setItemMarkerSuffixes

      @NotNull public @NotNull MutableListOptions setItemMarkerSuffixes(@NotNull @NotNull String[] itemMarkerSuffixes)