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