Java org.apache.pdfbox.pdmodel.interactive.form PDField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.form PDField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.form PDField.

The text is from its open source code.

Method

PDFormFieldAdditionalActionsgetActions()
Get the additional actions for this field.
StringgetAlternateFieldName()
Gets the alternate name of the field ("shall be used in place of the actual field name wherever the field shall be identified in the user interface (such as in error or status messages referring to the field)").
StringgetFieldType()
Get the FT entry of the field.
StringgetFullyQualifiedName()
Returns the fully qualified name of the field, which is a concatenation of the names of all the parents fields.
StringgetPartialName()
Returns the partial name of the field.
StringgetValueAsString()
Returns a string representation of the "V" entry, or an empty string.
ListgetWidgets()
Returns the widget annotations associated with this field.
voidsetNoExport(boolean noExport)
sets the field to be not exported.
voidsetPartialName(String name)
This will set the partial name of the field.
voidsetReadOnly(boolean readonly)
sets the field to be read-only.
voidsetValue(String value)
Sets the value of the field.