Uses of Class
com.vladsch.flexmark.html2md.converter.TableConversion
-
-
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 TableConversionTableConversion. valueOf(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.
-