Uses of Class
com.vladsch.flexmark.util.format.options.ListBulletMarker
-
Packages that use ListBulletMarker Package Description com.vladsch.flexmark.util.format.options -
-
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 ListBulletMarkerListBulletMarker. valueOf(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.
-