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