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