Package com.itextpdf.forms.form
Class FormProperty
- java.lang.Object
-
- com.itextpdf.forms.form.FormProperty
-
public final class FormProperty extends java.lang.Object
Set of constants that will be used as keys to get and set properties.
-
-
Field Summary
Fields Modifier and Type Field Description static int
FORM_ACCESSIBILITY_LANGUAGE
Deprecated.static int
FORM_CHECKBOX_TYPE
The Constant FORM_CHECKBOX_TYPE.static int
FORM_CONFORMANCE_LEVEL
The Constant FORM_CONFORMANCE_LEVEL.static int
FORM_FIELD_CHECKED
The Constant FORM_FIELD_CHECKED.static int
FORM_FIELD_COLS
The Constant FORM_FIELD_COLS.static int
FORM_FIELD_FLATTEN
The Constant FORM_FIELD_FLATTEN for form related properties.static int
FORM_FIELD_LABEL
The Constant FORM_FIELD_LABEL.static int
FORM_FIELD_MULTIPLE
The Constant FORM_FIELD_MULTIPLE.static int
FORM_FIELD_PASSWORD_FLAG
The Constant FORM_FIELD_PASSWORD_FLAG.static int
FORM_FIELD_RADIO_BORDER_CIRCLE
The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.static int
FORM_FIELD_RADIO_GROUP_NAME
The Constant FORM_FIELD_RADIO_GROUP_NAME.static int
FORM_FIELD_ROWS
The Constant FORM_FIELD_ROWS.static int
FORM_FIELD_SELECTED
The Constant FORM_FIELD_SELECTED.static int
FORM_FIELD_SIZE
The Constant FORM_FIELD_SIZE.static int
FORM_FIELD_VALUE
The Constant FORM_FIELD_VALUE.private static int
PROPERTY_START
The Constant PROPERTY_START.
-
Constructor Summary
Constructors Modifier Constructor Description private
FormProperty()
-
-
-
Field Detail
-
PROPERTY_START
private static final int PROPERTY_START
The Constant PROPERTY_START.- See Also:
- Constant Field Values
-
FORM_FIELD_FLATTEN
public static final int FORM_FIELD_FLATTEN
The Constant FORM_FIELD_FLATTEN for form related properties.- See Also:
- Constant Field Values
-
FORM_FIELD_SIZE
public static final int FORM_FIELD_SIZE
The Constant FORM_FIELD_SIZE.- See Also:
- Constant Field Values
-
FORM_FIELD_VALUE
public static final int FORM_FIELD_VALUE
The Constant FORM_FIELD_VALUE.- See Also:
- Constant Field Values
-
FORM_FIELD_PASSWORD_FLAG
public static final int FORM_FIELD_PASSWORD_FLAG
The Constant FORM_FIELD_PASSWORD_FLAG.- See Also:
- Constant Field Values
-
FORM_FIELD_COLS
public static final int FORM_FIELD_COLS
The Constant FORM_FIELD_COLS.- See Also:
- Constant Field Values
-
FORM_FIELD_ROWS
public static final int FORM_FIELD_ROWS
The Constant FORM_FIELD_ROWS.- See Also:
- Constant Field Values
-
FORM_FIELD_CHECKED
public static final int FORM_FIELD_CHECKED
The Constant FORM_FIELD_CHECKED.- See Also:
- Constant Field Values
-
FORM_FIELD_MULTIPLE
public static final int FORM_FIELD_MULTIPLE
The Constant FORM_FIELD_MULTIPLE.- See Also:
- Constant Field Values
-
FORM_FIELD_SELECTED
public static final int FORM_FIELD_SELECTED
The Constant FORM_FIELD_SELECTED.- See Also:
- Constant Field Values
-
FORM_FIELD_LABEL
public static final int FORM_FIELD_LABEL
The Constant FORM_FIELD_LABEL.- See Also:
- Constant Field Values
-
FORM_ACCESSIBILITY_LANGUAGE
@Deprecated public static final int FORM_ACCESSIBILITY_LANGUAGE
Deprecated.The Constant FORM_ACCESSIBILITY_LANGUAGE.- See Also:
- Constant Field Values
-
FORM_FIELD_RADIO_GROUP_NAME
public static final int FORM_FIELD_RADIO_GROUP_NAME
The Constant FORM_FIELD_RADIO_GROUP_NAME.- See Also:
- Constant Field Values
-
FORM_FIELD_RADIO_BORDER_CIRCLE
public static final int FORM_FIELD_RADIO_BORDER_CIRCLE
The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.- See Also:
- Constant Field Values
-
FORM_CHECKBOX_TYPE
public static final int FORM_CHECKBOX_TYPE
The Constant FORM_CHECKBOX_TYPE.- See Also:
- Constant Field Values
-
FORM_CONFORMANCE_LEVEL
public static final int FORM_CONFORMANCE_LEVEL
The Constant FORM_CONFORMANCE_LEVEL.- See Also:
- Constant Field Values
-
-