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.FlagsLineInfo. BLANK_PREFIXstatic LineInfo.FlagsLineInfo. BLANK_TEXTstatic LineInfo.FlagsLineInfo. PREFORMATTEDMethods in com.vladsch.flexmark.util.sequence that return LineInfo.Flags Modifier and Type Method Description static LineInfo.FlagsLineInfo.Flags. valueOf(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.
-