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