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.Preformatted
LineInfo.Preformatted. get(int flags)
@NotNull LineInfo.Preformatted
LineInfo. getPreformatted()
static LineInfo.Preformatted
LineInfo.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 LineInfo
LineInfo. create(@NotNull java.lang.CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)
static @NotNull LineInfo
LineInfo. 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)
-