Uses of Enum Class
com.vladsch.flexmark.util.sequence.LineInfo.Preformatted
Packages that use LineInfo.Preformatted
-
Uses of LineInfo.Preformatted in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence that return LineInfo.PreformattedModifier and TypeMethodDescription(package private) static @NotNull LineInfo.Preformatted
LineInfo.Preformatted.get
(int flags) @NotNull LineInfo.Preformatted
LineInfo.getPreformatted()
static LineInfo.Preformatted
Returns the enum constant of this class with the specified name.static LineInfo.Preformatted[]
LineInfo.Preformatted.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence with parameters of type LineInfo.PreformattedModifier and TypeMethodDescriptionstatic @NotNull LineInfo
LineInfo.create
(@NotNull CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) static @NotNull LineInfo
LineInfo.create
(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) Constructors in com.vladsch.flexmark.util.sequence with parameters of type LineInfo.PreformattedModifierConstructorDescriptionprivate
LineInfo
(@NotNull CharSequence lineSeq, int index, int prefixLength, int textLength, int length, int sumPrefixLength, int sumTextLength, int sumLength, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)