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 SummaryConstructors 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.FormFieldgetAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
 
- 
 
- 
- 
- 
Constructor Detail- 
TextFieldpublic 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()
 
- 
 
-