Package com.ironsoftware.ironpdf.form
Class TextField
- java.lang.Object
-
- com.ironsoftware.ironpdf.form.FormField
-
- com.ironsoftware.ironpdf.form.TextField
-
public class TextField extends FormField
-
-
Constructor Summary
Constructors Constructor Description 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()
-
Method Summary
-
Methods inherited from class com.ironsoftware.ironpdf.form.FormField
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
-
-
-
-
Constructor Detail
-
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()
-
-