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 (package private) static @NotNull LineInfo.PreformattedLineInfo.Preformatted. get(int flags)@NotNull LineInfo.PreformattedLineInfo. getPreformatted()static LineInfo.PreformattedLineInfo.Preformatted. valueOf(java.lang.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 java.lang.CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)static @NotNull LineInfoLineInfo. create(@NotNull java.lang.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.Preformatted Constructor Description LineInfo(@NotNull java.lang.CharSequence lineSeq, int index, int prefixLength, int textLength, int length, int sumPrefixLength, int sumTextLength, int sumLength, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)
-