Foxit PDF SDK
FSJavascriptModifyItemInfo Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another javascript modify item information object.
More...
 

Properties

FSJavascriptModifyItemInfoJavascriptEventType event_type
 The javascript event type. Please refer to values starting from FSJavascriptModifyItemInfoJavascriptEventTypeUnknown and this should be one of these values.

 
int field_control_index
 The control index of form field.

 
NSString * field_or_annot_name
 The form field full name or annot subtype name.

 
FSJavascriptModifyItemInfoJavascriptModifyItemType modify_item_type
 The modify item type. Please refer to values starting from FSJavascriptModifyItemInfoJavascriptModifyItemTypeNone and this should be one of these values.

 
FSJavascriptModifyItemInfoJavascriptModifyPropertyType modify_property_type
 The modify property type. Please refer to values starting from FSJavascriptModifyItemInfoJavascriptModifyPropertyTypeNone and this should be one of these values.

 
FSJavascriptModifyItemInfoJavascriptModifyType modify_type
 The modify type. Please refer to values starting from FSJavascriptModifyItemInfoJavascriptModifyTypeNone and this should be one of these values.

 
NSString * new_value
 The new value.

 
NSString * old_value
 The old value.

 
int page_index
 The page index.

 

Detailed Description

This class represents the javascript modify item information

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSJavascriptModifyItemInfo*)  other

Constructor, with another javascript modify item information object.

Parameters
[in]otherAnother javascript modify item information object.