Uses of Enum
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.TextAlignPlainTextFormatter.Builder.textAlignmentprivate final PlainTextFormatter.TextAlignPlainTextFormatter.textAlignmentMethods in org.apache.pdfbox.pdmodel.interactive.form that return PlainTextFormatter.TextAlignModifier and TypeMethodDescriptionstatic PlainTextFormatter.TextAlignPlainTextFormatter.TextAlign.valueOf(int alignment) Returns the enum constant of this type with the specified name.static PlainTextFormatter.TextAlignReturns 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.TextAlignModifier and TypeMethodDescription(package private) PlainTextFormatter.BuilderPlainTextFormatter.Builder.textAlign(PlainTextFormatter.TextAlign alignment)