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