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
Subclasses with type arguments of type MarkdownParagraph.TextType in com.vladsch.flexmark.util.formatFields in com.vladsch.flexmark.util.format declared as MarkdownParagraph.TextTypeModifier and TypeFieldDescriptionfinal @NotNull MarkdownParagraph.TextTypeMarkdownParagraph.Token.typeMethods in com.vladsch.flexmark.util.format that return MarkdownParagraph.TextTypeModifier and TypeMethodDescriptionstatic MarkdownParagraph.TextTypeReturns 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.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.TextTypeModifierConstructorDescriptionprivateToken(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord)