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