Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Field and Description |
---|---|
private PlainTextFormatter.TextAlign |
PlainTextFormatter.textAlignment |
private PlainTextFormatter.TextAlign |
PlainTextFormatter.Builder.textAlignment |
Modifier and Type | Method and Description |
---|---|
static PlainTextFormatter.TextAlign |
PlainTextFormatter.TextAlign.valueOf(int alignment) |
static PlainTextFormatter.TextAlign |
PlainTextFormatter.TextAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlainTextFormatter.TextAlign[] |
PlainTextFormatter.TextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) PlainTextFormatter.Builder |
PlainTextFormatter.Builder.textAlign(PlainTextFormatter.TextAlign alignment) |