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_SPACINGstatic final DataKey<ListSpacing> Formatter.LIST_SPACING -
Uses of ListSpacing in com.vladsch.flexmark.util.format.options
Subclasses with type arguments of type ListSpacing in com.vladsch.flexmark.util.format.optionsMethods in com.vladsch.flexmark.util.format.options that return ListSpacingModifier and TypeMethodDescriptionstatic ListSpacingReturns 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.