Uses of Enum Class
com.vladsch.flexmark.util.format.options.ListSpacing
Packages that use ListSpacing
-
Uses of ListSpacing in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ListSpacingFields in com.vladsch.flexmark.formatter with type parameters of type ListSpacingModifier and TypeFieldDescriptionstatic final NullableDataKey<ListSpacing>
FormatterUtils.LIST_ITEM_SPACING
static final 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 ListSpacingModifier and TypeMethodDescriptionstatic ListSpacing
Returns the enum constant of this class with the specified name.static ListSpacing[]
ListSpacing.values()
Returns an array containing the constants of this enum class, in the order they are declared.