Package | Description |
---|---|
org.deidentifier.arx.certificate.elements |
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.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.pdfbox.pdmodel.font.PDFont |
ElementText.style(rst.pdfbox.layout.text.BaseFont font,
ElementText.TextStyle style)
Returns a styled instance
|
Constructor and Description |
---|
ElementText(java.lang.String text,
ElementText.TextStyle style)
Creates a new text
|