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