public class FormField extends Object
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() |
Modifier and Type | Method and Description |
---|---|
int |
getAnnotationIndex()
Gets annotation index.
|
double |
getHeight()
Gets form field height.
|
String |
getName()
Gets the ID name of this field.
|
int |
getPageIndex()
Gets page index.
|
FormFieldTypes |
getType()
Gets form field types.
|
String |
getValue()
Gets the value of the editable PDF field.
|
double |
getWidth()
Gets form field width.
|
double |
getX()
Gets form field x position.
|
double |
getY()
Gets form field y position.
|
boolean |
isReadOnly()
Is read only boolean.
|
public FormField(int annotationIndex, String name, int pageIndex, FormFieldTypes type, double x, double y, double width, double height, String value, boolean readOnly)
FormFieldsSet.getUnknownFields()
from FormManager.getFields()
annotationIndex
- the annotation indexname
- the namepageIndex
- the page indextype
- the typex
- the xy
- the ywidth
- the widthheight
- the heightvalue
- the valuereadOnly
- the read onlypublic final int getAnnotationIndex()
public final String getName()
public final int getPageIndex()
public final boolean isReadOnly()
public final FormFieldTypes getType()
public final String getValue()
public final double getWidth()
public final double getHeight()
public final double getX()
public final double getY()
Copyright © 2022–2023 Iron Software. All rights reserved.