Uses of Enum Class
com.vladsch.flexmark.ext.emoji.EmojiShortcutType
Packages that use EmojiShortcutType
-
Uses of EmojiShortcutType in com.vladsch.flexmark.ext.emoji
Fields in com.vladsch.flexmark.ext.emoji with type parameters of type EmojiShortcutTypeModifier and TypeFieldDescriptionstatic final DataKey<EmojiShortcutType>
EmojiExtension.USE_SHORTCUT_TYPE
Methods in com.vladsch.flexmark.ext.emoji that return EmojiShortcutTypeModifier and TypeMethodDescriptionstatic EmojiShortcutType
Returns the enum constant of this class with the specified name.static EmojiShortcutType[]
EmojiShortcutType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EmojiShortcutType in com.vladsch.flexmark.ext.emoji.internal
Fields in com.vladsch.flexmark.ext.emoji.internal declared as EmojiShortcutTypeMethods in com.vladsch.flexmark.ext.emoji.internal with parameters of type EmojiShortcutTypeModifier and TypeMethodDescriptionstatic EmojiResolvedShortcut
EmojiResolvedShortcut.getEmojiText
(Emoji node, EmojiShortcutType useShortcutType, EmojiImageType useImageType, String rootImagePath) static EmojiResolvedShortcut
EmojiResolvedShortcut.getEmojiText
(String emojiId, EmojiShortcutType useShortcutType, EmojiImageType useImageType, String rootImagePath)