| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Method and Description |
|---|---|
@NotNull LineInfo.Preformatted |
LineInfo.getPreformatted() |
static LineInfo.Preformatted |
LineInfo.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.
|
| Modifier and Type | Method and Description |
|---|---|
static @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) |
Copyright © 2020. All rights reserved.