Uses of Enum Class
com.vladsch.flexmark.util.sequence.LineInfo.Flags
Packages that use LineInfo.Flags
-
Uses of LineInfo.Flags in com.vladsch.flexmark.util.sequence
Subclasses with type arguments of type LineInfo.Flags in com.vladsch.flexmark.util.sequenceFields in com.vladsch.flexmark.util.sequence declared as LineInfo.FlagsModifier and TypeFieldDescriptionstatic final LineInfo.FlagsLineInfo.BLANK_PREFIXstatic final LineInfo.FlagsLineInfo.BLANK_TEXTstatic final LineInfo.FlagsLineInfo.PREFORMATTEDMethods in com.vladsch.flexmark.util.sequence that return LineInfo.FlagsModifier and TypeMethodDescriptionstatic LineInfo.FlagsReturns the enum constant of this class with the specified name.static LineInfo.Flags[]LineInfo.Flags.values()Returns an array containing the constants of this enum class, in the order they are declared.