Uses of Class
com.vladsch.flexmark.util.format.options.ListSpacing
-
Packages that use ListSpacing Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.util.format.options -
-
Uses of ListSpacing in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ListSpacing Modifier and Type Field Description ListSpacing
FormatterOptions. listSpacing
Fields in com.vladsch.flexmark.formatter with type parameters of type ListSpacing Modifier and Type Field Description static NullableDataKey<ListSpacing>
FormatterUtils. LIST_ITEM_SPACING
static DataKey<ListSpacing>
Formatter. LIST_SPACING
-
Uses of ListSpacing in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return ListSpacing Modifier and Type Method Description static ListSpacing
ListSpacing. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ListSpacing[]
ListSpacing. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-