|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetEvent_type () |
| Get the javascript event type. More... | |
| def | GetField_control_index () |
| Get the control index of form field. More... | |
| def | GetField_or_annot_name () |
| Get the form field full name or annot subtype name. More... | |
| def | GetModify_item_type () |
| Get the modify item type. More... | |
| def | GetModify_property_type () |
| Get the modify property type. More... | |
| def | GetModify_type () |
| Get the modify type. More... | |
| def | GetNew_value () |
| Get the new value. More... | |
| def | GetOld_value () |
| Get the old value. More... | |
| def | GetPage_index () |
| Get the page index. More... | |
| def | SetEvent_type (value) |
| Set the javascript event type. More... | |
| def | SetField_control_index (value) |
| Set the control index of form field. More... | |
| def | SetField_or_annot_name (value) |
| Set the form field full name or annot subtype name. More... | |
| def | SetModify_item_type (value) |
| Set the modify item type. More... | |
| def | SetModify_property_type (value) |
| Set the modify property type. More... | |
| def | SetModify_type (value) |
| Set the modify type. More... | |
| def | SetNew_value (value) |
| Set the new value. More... | |
| def | SetOld_value (value) |
| Set the old value. More... | |
| def | SetPage_index (value) |
| Set the page index. More... | |
This class represents the javascript modify item information
| fsdk.JavascriptModifyItemInfo.GetEvent_type | ( | ) |
Get the javascript event type.
| fsdk.JavascriptModifyItemInfo.GetField_control_index | ( | ) |
Get the control index of form field.
| fsdk.JavascriptModifyItemInfo.GetField_or_annot_name | ( | ) |
Get the form field full name or annot subtype name.
| fsdk.JavascriptModifyItemInfo.GetModify_item_type | ( | ) |
Get the modify item type.
| fsdk.JavascriptModifyItemInfo.GetModify_property_type | ( | ) |
Get the modify property type.
| fsdk.JavascriptModifyItemInfo.GetModify_type | ( | ) |
Get the modify type.
| fsdk.JavascriptModifyItemInfo.GetNew_value | ( | ) |
Get the new value.
| fsdk.JavascriptModifyItemInfo.GetOld_value | ( | ) |
Get the old value.
| fsdk.JavascriptModifyItemInfo.GetPage_index | ( | ) |
Get the page index.
| fsdk.JavascriptModifyItemInfo.SetEvent_type | ( | value | ) |
Set the javascript event type.
| [in] | value | The javascript event type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptEventTypeUnknown and this should be one of these values. |
| fsdk.JavascriptModifyItemInfo.SetField_control_index | ( | value | ) |
Set the control index of form field.
| [in] | value | The control index of form field. |
| fsdk.JavascriptModifyItemInfo.SetField_or_annot_name | ( | value | ) |
Set the form field full name or annot subtype name.
| [in] | value | The form field full name or annot subtype name. |
| fsdk.JavascriptModifyItemInfo.SetModify_item_type | ( | value | ) |
Set the modify item type.
| [in] | value | The modify item type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyItemTypeNone and this should be one of these values. |
| fsdk.JavascriptModifyItemInfo.SetModify_property_type | ( | value | ) |
Set the modify property type.
| [in] | value | The modify property type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyPropertyTypeNone and this should be one of these values. |
| fsdk.JavascriptModifyItemInfo.SetModify_type | ( | value | ) |
Set the modify type.
| [in] | value | The modify type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyTypeNone and this should be one of these values. |
| fsdk.JavascriptModifyItemInfo.SetNew_value | ( | value | ) |
Set the new value.
| [in] | value | The new value. |
| fsdk.JavascriptModifyItemInfo.SetOld_value | ( | value | ) |
Set the old value.
| [in] | value | The old value. |
| fsdk.JavascriptModifyItemInfo.SetPage_index | ( | value | ) |
Set the page index.
| [in] | value | The page index. |