| Package | Description |
|---|---|
| org.languagetool.markup |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedText.MetaDataKey |
AnnotatedText.MetaDataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatedText.MetaDataKey[] |
AnnotatedText.MetaDataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AnnotatedText.MetaDataKey,String> |
AnnotatedText.getGlobalMetaData() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTextBuilder |
AnnotatedTextBuilder.addGlobalMetaData(AnnotatedText.MetaDataKey key,
String value)
Add global meta data like document title or receiver name (when writing an email).
|
String |
AnnotatedText.getGlobalMetaData(AnnotatedText.MetaDataKey key,
String defaultValue) |