Uses of Class
com.vladsch.flexmark.util.format.options.DefinitionMarker
-
Packages that use DefinitionMarker Package Description com.vladsch.flexmark.util.format.options -
-
Uses of DefinitionMarker in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return DefinitionMarker Modifier and Type Method Description static DefinitionMarkerDefinitionMarker. valueOf(String name)Returns the enum constant of this type with the specified name.static DefinitionMarker[]DefinitionMarker. values()Returns an array containing the constants of this enum type, in the order they are declared.
-