Uses of Class
io.markdom.handler.text.commonmark.LineEndOption
-
-
Uses of LineEndOption in io.markdom.handler.text.commonmark
Methods in io.markdom.handler.text.commonmark that return LineEndOption Modifier and Type Method Description static LineEndOptionLineEndOption. valueOf(String name)Returns the enum constant of this type with the specified name.static LineEndOption[]LineEndOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-