Uses of Enum Class
com.vladsch.flexmark.util.format.options.ListNumberedMarker
Packages that use ListNumberedMarker
-
Uses of ListNumberedMarker in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ListNumberedMarkerFields in com.vladsch.flexmark.formatter with type parameters of type ListNumberedMarkerModifier and TypeFieldDescriptionstatic final DataKey
<ListNumberedMarker> Formatter.LIST_NUMBERED_MARKER
-
Uses of ListNumberedMarker in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return ListNumberedMarkerModifier and TypeMethodDescriptionstatic ListNumberedMarker
Returns the enum constant of this class with the specified name.static ListNumberedMarker[]
ListNumberedMarker.values()
Returns an array containing the constants of this enum class, in the order they are declared.