| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.emoji | |
| com.vladsch.flexmark.ext.emoji.internal |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<EmojiShortcutType> |
EmojiExtension.USE_SHORTCUT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static EmojiShortcutType |
EmojiShortcutType.valueOf(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.
|
| Modifier and Type | Field and Description |
|---|---|
EmojiShortcutType |
EmojiOptions.useShortcutType |
| Modifier and Type | Method and Description |
|---|---|
static EmojiResolvedShortcut |
EmojiResolvedShortcut.getEmojiText(Emoji node,
EmojiShortcutType useShortcutType,
EmojiImageType useImageType,
String rootImagePath) |
static EmojiResolvedShortcut |
EmojiResolvedShortcut.getEmojiText(String emojiId,
EmojiShortcutType useShortcutType,
EmojiImageType useImageType,
String rootImagePath) |
Copyright © 2018. All rights reserved.