public class AdditionalActionsDictionary extends Dictionary
| Modifier and Type | Field and Description |
|---|---|
static Name |
ANNOTATION_Bl_KEY
(Optional; PDF 1.2; widget annotations only) (Uppercase B, lowercase L) An action that shall be performed when
the annotation loses the input focus.
|
static Name |
ANNOTATION_D_KEY
Optional; PDF 1.2) An action that shall be performed when the mouse button is pressed inside the annotation’s
active area.
|
static Name |
ANNOTATION_E_KEY
(Optional; PDF 1.2) An action that shall be performed when the cursor enters the annotation’s active area.
|
static Name |
ANNOTATION_FO_KEY
(Optional; PDF 1.2; widget annotations only) An action that shall be performed when the annotation receives
the input focus.
|
static Name |
ANNOTATION_PC_KEY
(Optional; PDF 1.5) An action that shall be performed when the page containing the annotation is closed.
|
static Name |
ANNOTATION_PI_KEY
(Optional; PDF 1.5) An action that shall be performed when the page containing the annotation is no longer
visible in the conforming reader’s user interface.
|
static Name |
ANNOTATION_PO_KEY
(Optional; PDF 1.5) An action that shall be performed when the page containing the annotation is opened.
|
static Name |
ANNOTATION_PV_KEY
(Optional; PDF 1.5) An action that shall be performed when the page containing the annotation becomes visible.
|
static Name |
ANNOTATION_U_KEY
(Optional; PDF 1.2) An action that shall be performed when the mouse button is released inside the annotation’s
active area.
|
static Name |
ANNOTATION_X_KEY
(Optional; PDF 1.2) An action that shall be performed when the cursor exits the annotation’s active area.
|
static Name |
CATALOG_DP_KEY
(Optional; PDF 1.4) A JavaScript action that shall be performed after printing a document.
|
static Name |
CATALOG_DS_KEY
(Optional; PDF 1.4) A JavaScript action that shall be performed after saving a document.
|
static Name |
CATALOG_WC_KEY
(Optional; PDF 1.4) A JavaScript action that shall be performed before closing a document.
|
static Name |
CATALOG_WP_KEY
(Optional; PDF 1.4) A JavaScript action that shall be performed before printing a document.
|
static Name |
CATALOG_WS_KEY
(Optional; PDF 1.4) A JavaScript action that shall be performed before saving a document.
|
static Name |
FORM_C_KEY
(Optional; PDF 1.3) A JavaScript action that shall be performed to recalculate the value of this field when that
of another field changes.
|
static Name |
FORM_F_KEY
(Optional; PDF 1.3) A JavaScript action that shall be performed before the field is formatted to display its
value.
|
static Name |
FORM_K_KEY
(Optional; PDF 1.3) A JavaScript action that shall be performed when the user modifies a character in a text
field or combo box or modifies the selection in a scrollable list box.
|
static Name |
FORM_V_KEY
(Optional; PDF 1.3) A JavaScript action that shall be performed when the field’s value is changed.
|
static Name |
PAGE_0_KEY
Optional; PDF 1.2) An action that shall be performed when the page is opened (for example, when the user
navigates to it from the next or previous page or by means of a link annotation or outline item).
|
static Name |
PAGE_C_KEY
(Optional; PDF 1.2) An action that shall be performed when the page is closed (for example, when the user
navigates to the next or previous page or follows a link annotation or an outline item).
|
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
AdditionalActionsDictionary(Library library,
java.util.HashMap entries) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction(Name actionNameKey) |
boolean |
isAnnotationBIValue() |
boolean |
isAnnotationDValue() |
boolean |
isAnnotationEValue() |
boolean |
isAnnotationFOValue() |
boolean |
isAnnotationPCValue() |
boolean |
isAnnotationPIValue() |
boolean |
isAnnotationPOValue() |
boolean |
isAnnotationPVValue() |
boolean |
isAnnotationUValue() |
boolean |
isAnnotationValue(Name actionKey) |
boolean |
isAnnotationXValue() |
boolean |
isCatalogDPValue() |
boolean |
isCatalogDSValue() |
boolean |
isCatalogWCValue() |
boolean |
isCatalogWPValue() |
boolean |
isCatalogWSValue() |
boolean |
isFormCValue() |
boolean |
isFormFValue() |
boolean |
isFormKValue() |
boolean |
isFormVValue() |
boolean |
isPageCValue() |
boolean |
isPageOValue() |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final Name ANNOTATION_E_KEY
public static final Name ANNOTATION_X_KEY
public static final Name ANNOTATION_D_KEY
public static final Name ANNOTATION_U_KEY
public static final Name ANNOTATION_FO_KEY
public static final Name ANNOTATION_Bl_KEY
public static final Name ANNOTATION_PO_KEY
public static final Name ANNOTATION_PC_KEY
public static final Name ANNOTATION_PV_KEY
public static final Name ANNOTATION_PI_KEY
public static final Name PAGE_0_KEY
public static final Name PAGE_C_KEY
public static final Name FORM_K_KEY
public static final Name FORM_F_KEY
public static final Name FORM_V_KEY
public static final Name FORM_C_KEY
public static final Name CATALOG_WC_KEY
public static final Name CATALOG_WS_KEY
public static final Name CATALOG_DS_KEY
public static final Name CATALOG_WP_KEY
public static final Name CATALOG_DP_KEY
public AdditionalActionsDictionary(Library library, java.util.HashMap entries)
public boolean isAnnotationValue(Name actionKey)
public boolean isAnnotationBIValue()
ANNOTATION_Bl_KEYpublic boolean isAnnotationDValue()
ANNOTATION_D_KEYpublic boolean isAnnotationEValue()
ANNOTATION_E_KEYpublic boolean isAnnotationFOValue()
ANNOTATION_FO_KEYpublic boolean isAnnotationPCValue()
ANNOTATION_PC_KEYpublic boolean isAnnotationPIValue()
ANNOTATION_PI_KEYpublic boolean isAnnotationPOValue()
ANNOTATION_PO_KEYpublic boolean isAnnotationPVValue()
ANNOTATION_PV_KEYpublic boolean isAnnotationUValue()
ANNOTATION_U_KEYpublic boolean isAnnotationXValue()
ANNOTATION_X_KEYpublic boolean isCatalogDPValue()
CATALOG_DP_KEYpublic boolean isCatalogDSValue()
CATALOG_DS_KEYpublic boolean isCatalogWCValue()
CATALOG_WC_KEYpublic boolean isCatalogWPValue()
CATALOG_WP_KEYpublic boolean isCatalogWSValue()
CATALOG_WS_KEYpublic boolean isFormCValue()
FORM_C_KEYpublic boolean isFormFValue()
FORM_F_KEYpublic boolean isFormKValue()
FORM_K_KEYpublic boolean isFormVValue()
FORM_V_KEYpublic boolean isPageOValue()
PAGE_0_KEYpublic boolean isPageCValue()
PAGE_C_KEY