|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Enums com.cete.dynamicpdf.forms.FormFieldFlags
public final class FormFieldFlags
Specifies the Form Field Flags. Ff value in acro form filling and merging.
Field Summary | |
---|---|
static FormFieldFlags |
COMB
Deprecated. Combs set. |
static FormFieldFlags |
COMBO
Deprecated. Combo field. |
static FormFieldFlags |
COMMITONSELCHANGE
Deprecated. Commit on select change set. |
static FormFieldFlags |
DONOTSCROLL
Deprecated. Do not scroll set. |
static FormFieldFlags |
DONOTSPELLCHECK
Deprecated. Do not spell check set. |
static FormFieldFlags |
EDIT
Deprecated. Edit field. |
static FormFieldFlags |
FILESELECT
Deprecated. File select field. |
static FormFieldFlags |
MULTILINE
Deprecated. Multiline field. |
static FormFieldFlags |
MULTISELECT
Deprecated. Multi select field. |
static FormFieldFlags |
NOEXPORT
Deprecated. No export set. |
static FormFieldFlags |
NONE
Deprecated. None specified. |
static FormFieldFlags |
NOTOGGLETOOFF
Deprecated. No toggle to off set. |
static FormFieldFlags |
PASSWORD
Deprecated. Password field. |
static FormFieldFlags |
PUSHBUTTON
Deprecated. Push button field. |
static FormFieldFlags |
RADIO
Deprecated. Radio field. |
static FormFieldFlags |
RADIOSINUNISON
Deprecated. Radios in unison set. |
static FormFieldFlags |
READONLY
Deprecated. Read only field. |
static FormFieldFlags |
REQUIRED
Deprecated. Required field. |
static FormFieldFlags |
RICHTEXT
Deprecated. Rich text field. |
static FormFieldFlags |
SORT
Deprecated. Sort set. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. Indicates whether some other object is "equal to" this one. |
java.lang.String |
getName()
Deprecated. Gets the enumeration constant name. |
java.lang.String |
toString()
Deprecated. Returns a string representation of the object. |
Methods inherited from class com.cete.dynamicpdf.Enums |
---|
and, getValue, or, xor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FormFieldFlags NONE
public static final FormFieldFlags READONLY
public static final FormFieldFlags REQUIRED
public static final FormFieldFlags NOEXPORT
public static final FormFieldFlags MULTILINE
public static final FormFieldFlags PASSWORD
public static final FormFieldFlags NOTOGGLETOOFF
public static final FormFieldFlags RADIO
public static final FormFieldFlags PUSHBUTTON
public static final FormFieldFlags COMBO
public static final FormFieldFlags EDIT
public static final FormFieldFlags SORT
public static final FormFieldFlags FILESELECT
public static final FormFieldFlags MULTISELECT
public static final FormFieldFlags DONOTSPELLCHECK
public static final FormFieldFlags DONOTSCROLL
public static final FormFieldFlags COMB
public static final FormFieldFlags RADIOSINUNISON
public static final FormFieldFlags COMMITONSELCHANGE
public static final FormFieldFlags RICHTEXT
Method Detail |
---|
public java.lang.String getName()
getName
in class Enums
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |