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