Package | Description |
---|---|
org.deidentifier.arx.certificate.elements |
A package implementing elements used in certificates
|
Modifier and Type | Method and Description |
---|---|
static ElementText.TextStyle |
ElementText.TextStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElementText.TextStyle[] |
ElementText.TextStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ElementText(java.lang.String text,
ElementText.TextStyle style)
Creates a new text
|