Uses of Class
com.vladsch.flexmark.util.format.MarkdownParagraph.TextType
-
Packages that use MarkdownParagraph.TextType Package Description com.vladsch.flexmark.util.format -
-
Uses of MarkdownParagraph.TextType in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as MarkdownParagraph.TextType Modifier and Type Field Description @NotNull MarkdownParagraph.TextTypeMarkdownParagraph.Token. typeMethods in com.vladsch.flexmark.util.format that return MarkdownParagraph.TextType Modifier and Type Method Description static MarkdownParagraph.TextTypeMarkdownParagraph.TextType. valueOf(java.lang.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.Methods in com.vladsch.flexmark.util.format with parameters of type MarkdownParagraph.TextType Modifier and Type Method Description static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, int start, int end)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, int start, int end, boolean isFirstWord)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, @NotNull Range range)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord)Constructors in com.vladsch.flexmark.util.format with parameters of type MarkdownParagraph.TextType Constructor Description Token(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord)
-