Uses of Class
com.vladsch.flexmark.util.sequence.LineInfo.Preformatted
-
Packages that use LineInfo.Preformatted Package Description com.vladsch.flexmark.util.sequence -
-
Uses of LineInfo.Preformatted in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence that return LineInfo.Preformatted Modifier and Type Method Description @NotNull LineInfo.PreformattedLineInfo. getPreformatted()static LineInfo.PreformattedLineInfo.Preformatted. valueOf(String name)Returns the enum constant of this type with the specified name.static LineInfo.Preformatted[]LineInfo.Preformatted. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence with parameters of type LineInfo.Preformatted Modifier and Type Method Description static @NotNull LineInfoLineInfo. create(@NotNull CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)static @NotNull LineInfoLineInfo. create(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)
-