| 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<EmojiImageType> |
EmojiExtension.USE_IMAGE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static EmojiImageType |
EmojiImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmojiImageType[] |
EmojiImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
EmojiImageType |
EmojiOptions.useImageType |
| 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.