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