Package com.itextpdf.forms.form
Class FormProperty
java.lang.Object
com.itextpdf.forms.form.FormProperty
Set of constants that will be used as keys to get and set properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
The Constant FORM_CHECKBOX_TYPE.static final int
The Constant FORM_CONFORMANCE_LEVEL.static final int
The Constant FORM_FIELD_CHECKED.static final int
The Constant FORM_FIELD_COLS.static final int
The Constant FORM_FIELD_FLATTEN for form related properties.static final int
The Constant FORM_FIELD_LABEL.static final int
The Constant FORM_FIELD_MULTIPLE.static final int
The Constant FORM_FIELD_PASSWORD_FLAG.static final int
The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.static final int
The Constant FORM_FIELD_RADIO_GROUP_NAME.static final int
The Constant FORM_FIELD_ROWS.static final int
The Constant FORM_FIELD_SELECTED.static final int
The Constant FORM_FIELD_SIZE.static final int
The Constant FORM_FIELD_VALUE. -
Method Summary
-
Field Details
-
FORM_FIELD_FLATTEN
public static final int FORM_FIELD_FLATTENThe Constant FORM_FIELD_FLATTEN for form related properties.- See Also:
-
FORM_FIELD_SIZE
public static final int FORM_FIELD_SIZEThe Constant FORM_FIELD_SIZE.- See Also:
-
FORM_FIELD_VALUE
public static final int FORM_FIELD_VALUEThe Constant FORM_FIELD_VALUE.- See Also:
-
FORM_FIELD_PASSWORD_FLAG
public static final int FORM_FIELD_PASSWORD_FLAGThe Constant FORM_FIELD_PASSWORD_FLAG.- See Also:
-
FORM_FIELD_COLS
public static final int FORM_FIELD_COLSThe Constant FORM_FIELD_COLS.- See Also:
-
FORM_FIELD_ROWS
public static final int FORM_FIELD_ROWSThe Constant FORM_FIELD_ROWS.- See Also:
-
FORM_FIELD_CHECKED
public static final int FORM_FIELD_CHECKEDThe Constant FORM_FIELD_CHECKED.- See Also:
-
FORM_FIELD_MULTIPLE
public static final int FORM_FIELD_MULTIPLEThe Constant FORM_FIELD_MULTIPLE.- See Also:
-
FORM_FIELD_SELECTED
public static final int FORM_FIELD_SELECTEDThe Constant FORM_FIELD_SELECTED.- See Also:
-
FORM_FIELD_LABEL
public static final int FORM_FIELD_LABELThe Constant FORM_FIELD_LABEL.- See Also:
-
FORM_ACCESSIBILITY_LANGUAGE
Deprecated.The Constant FORM_ACCESSIBILITY_LANGUAGE.- See Also:
-
FORM_FIELD_RADIO_GROUP_NAME
public static final int FORM_FIELD_RADIO_GROUP_NAMEThe Constant FORM_FIELD_RADIO_GROUP_NAME.- See Also:
-
FORM_FIELD_RADIO_BORDER_CIRCLE
public static final int FORM_FIELD_RADIO_BORDER_CIRCLEThe Constant FORM_FIELD_RADIO_BORDER_CIRCLE.- See Also:
-
FORM_CHECKBOX_TYPE
public static final int FORM_CHECKBOX_TYPEThe Constant FORM_CHECKBOX_TYPE.- See Also:
-
FORM_CONFORMANCE_LEVEL
public static final int FORM_CONFORMANCE_LEVELThe Constant FORM_CONFORMANCE_LEVEL.- See Also:
-