-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MarkdownType extends Enum<MarkdownType>
Enum class that represents the different types of markdowns that can be applied to a text.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STRIKETHROUGHITALICBOLDLINK
-
Method Summary
Modifier and Type Method Description final StringgetRegex()final IntegergetTagLength()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getTagLength
final Integer getTagLength()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-