public class CheckBoxField extends FormField
| Constructor and Description |
|---|
CheckBoxField(int annotationIndex,
String name,
int pageIndex,
double x,
double y,
double width,
double height,
String value,
boolean booleanValue,
boolean readOnly)
(INTERNAL) Please Get CheckBoxField from
FormFieldsSet.getCheckBoxFields() from FormManager.getFields() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
Gets boolean value of the checkbox.
|
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnlypublic CheckBoxField(int annotationIndex,
String name,
int pageIndex,
double x,
double y,
double width,
double height,
String value,
boolean booleanValue,
boolean readOnly)
FormFieldsSet.getCheckBoxFields() from FormManager.getFields()annotationIndex - the annotation indexname - the namepageIndex - the page indexx - the xy - the ywidth - the widthheight - the heightvalue - the valuebooleanValue - the boolean valuereadOnly - the read onlyCopyright © 2022–2023 Iron Software. All rights reserved.