Uses of Enum Class
com.vladsch.flexmark.util.format.MarkdownParagraph.TextType
Packages that use MarkdownParagraph.TextType
-
Uses of MarkdownParagraph.TextType in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as MarkdownParagraph.TextTypeModifier and TypeFieldDescriptionfinal @NotNull MarkdownParagraph.TextType
MarkdownParagraph.Token.type
Methods in com.vladsch.flexmark.util.format that return MarkdownParagraph.TextTypeModifier and TypeMethodDescriptionstatic MarkdownParagraph.TextType
Returns the enum constant of this class with the specified name.static MarkdownParagraph.TextType[]
MarkdownParagraph.TextType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type MarkdownParagraph.TextTypeModifier and TypeMethodDescriptionstatic @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 Range range) static @NotNull MarkdownParagraph.Token
MarkdownParagraph.Token.of
(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord) Constructors in com.vladsch.flexmark.util.format with parameters of type MarkdownParagraph.TextTypeModifierConstructorDescriptionprivate
Token
(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord)