Package com.ironsoftware.ironpdf.form
Class TextField
java.lang.Object
com.ironsoftware.ironpdf.form.FormField
com.ironsoftware.ironpdf.form.TextField
-
Constructor Summary
ConstructorDescriptionTextField
(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean readOnly) (INTERNAL) Please Get TextField fromFormFieldsSet.getTextFields()
fromFormManager.getFields()
-
Method Summary
Methods inherited from class com.ironsoftware.ironpdf.form.FormField
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
-
Constructor Details
-
TextField
public TextField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean readOnly) (INTERNAL) Please Get TextField fromFormFieldsSet.getTextFields()
fromFormManager.getFields()
-