Modifier and Type | Field and Description |
---|---|
private LinksConversion |
Configuration._linksConversion
The way of converting hyperlinks.
|
Modifier and Type | Method and Description |
---|---|
LinksConversion |
Configuration.getLinksConversionType()
Returns the way of converting hyperlinks.
|
static LinksConversion |
LinksConversion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinksConversion[] |
LinksConversion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|