Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PlainTextFormatter.TextAlign
-
Packages that use PlainTextFormatter.TextAlign Package Description org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
Uses of PlainTextFormatter.TextAlign in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PlainTextFormatter.TextAlign Modifier and Type Field Description private PlainTextFormatter.TextAlign
PlainTextFormatter.Builder. textAlignment
private PlainTextFormatter.TextAlign
PlainTextFormatter. textAlignment
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PlainTextFormatter.TextAlign Modifier and Type Method Description static PlainTextFormatter.TextAlign
PlainTextFormatter.TextAlign. valueOf(int alignment)
Returns the enum constant of this type with the specified name.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.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PlainTextFormatter.TextAlign Modifier and Type Method Description (package private) PlainTextFormatter.Builder
PlainTextFormatter.Builder. textAlign(PlainTextFormatter.TextAlign alignment)
-