| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
@NotNull MarkdownParagraph.TextType |
MarkdownParagraph.Token.type |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownParagraph.TextType |
MarkdownParagraph.TextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownParagraph.TextType[] |
MarkdownParagraph.TextType.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 MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
int start,
int end) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
int start,
int end,
boolean isFirstWord) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range,
boolean isFirstWord) |
Copyright © 2020. All rights reserved.