Uses of Class
com.vladsch.flexmark.ext.emoji.EmojiShortcutType
-
Packages that use EmojiShortcutType Package Description com.vladsch.flexmark.ext.emoji com.vladsch.flexmark.ext.emoji.internal -
-
Uses of EmojiShortcutType in com.vladsch.flexmark.ext.emoji
Fields in com.vladsch.flexmark.ext.emoji with type parameters of type EmojiShortcutType Modifier and Type Field Description static DataKey<EmojiShortcutType>
EmojiExtension. USE_SHORTCUT_TYPE
Methods in com.vladsch.flexmark.ext.emoji that return EmojiShortcutType Modifier and Type Method Description static EmojiShortcutType
EmojiShortcutType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EmojiShortcutType[]
EmojiShortcutType. values()
Returns an array containing the constants of this enum type, 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 EmojiShortcutType Modifier and Type Field Description EmojiShortcutType
EmojiOptions. useShortcutType
Methods in com.vladsch.flexmark.ext.emoji.internal with parameters of type EmojiShortcutType Modifier and Type Method Description static EmojiResolvedShortcut
EmojiResolvedShortcut. getEmojiText(Emoji node, EmojiShortcutType useShortcutType, EmojiImageType useImageType, java.lang.String rootImagePath)
static EmojiResolvedShortcut
EmojiResolvedShortcut. getEmojiText(java.lang.String emojiId, EmojiShortcutType useShortcutType, EmojiImageType useImageType, java.lang.String rootImagePath)
-