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