public class ReplacementFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HTML
Replacement is interpreted as Html formatted string.
|
static int |
length |
static int |
MARKDOWN
Replacement is interpreted as Markdown text.
|
static int |
TEXT
Replacement is treated as simple text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String replacementFormatName) |
static java.lang.String |
getName(int replacementFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int replacementFormat) |