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