Uses of Class
com.github.rjeschke.txtmark.BlockType
-
Packages that use BlockType Package Description com.github.rjeschke.txtmark -
-
Uses of BlockType in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as BlockType Modifier and Type Field Description BlockTypeBlock. typeThis block's type.Methods in com.github.rjeschke.txtmark that return BlockType Modifier and Type Method Description static BlockTypeBlockType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockType[]BlockType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-