Uses of Enum Class
org.apache.pdfbox.pdmodel.interactive.form.PlainTextFormatter.TextAlign
Packages that use PlainTextFormatter.TextAlign
Package
Description
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.TextAlignModifier and TypeFieldDescriptionprivate PlainTextFormatter.TextAlign
PlainTextFormatter.Builder.textAlignment
private final PlainTextFormatter.TextAlign
PlainTextFormatter.textAlignment
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PlainTextFormatter.TextAlignModifier and TypeMethodDescriptionstatic PlainTextFormatter.TextAlign
PlainTextFormatter.TextAlign.valueOf
(int alignment) Returns the enum constant of this class with the specified name.static PlainTextFormatter.TextAlign
Returns the enum constant of this class with the specified name.static PlainTextFormatter.TextAlign[]
PlainTextFormatter.TextAlign.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PlainTextFormatter.TextAlignModifier and TypeMethodDescription(package private) PlainTextFormatter.Builder
PlainTextFormatter.Builder.textAlign
(PlainTextFormatter.TextAlign alignment)