| Package | Description |
|---|---|
| com.ironsoftware.ironpdf.form |
| Modifier and Type | Method and Description |
|---|---|
FormFieldTypes |
FormField.getType()
Gets form field types.
|
static FormFieldTypes |
FormFieldTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormFieldTypes[] |
FormFieldTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FormField(int annotationIndex,
String name,
int pageIndex,
FormFieldTypes type,
double x,
double y,
double width,
double height,
String value,
boolean readOnly)
(INTERNAL) Please Get ComboBoxField from
FormFieldsSet.getUnknownFields() from FormManager.getFields() |
Copyright © 2022. All rights reserved.