Foxit PDF SDK
FSXFAWidgetModifyInfo Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another xfa widget modify information object.
More...
 

Properties

FSXFAWidgetModifyInfoWidgetAttributeType attribute_type
 The attribute type. Please refer to values starting from FSXFAWidgetModifyInfoWidgetAttributeTypeH and this would be one of these values.

 
FSXFAWidgetModifyInfoWidgetElement element
 The XFA widget element. Please refer to values starting from FSXFAWidgetModifyInfoWidgetElementPs and this would be one of these values.

 
FSXFADocEventType event_type
 The XFA event type. Please refer to values starting from FSXFADocEventTypeUnknown and this would be one of these values.

 
NSString * new_value
 The new value.

 
NSString * old_value
 The old value.

 
int page_index
 The page index.

 
NSString * widget_name
 The xfa widget name.

 

Detailed Description

This class represents the xfa widget modify information

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSXFAWidgetModifyInfo*)  other

Constructor, with another xfa widget modify information object.

Parameters
[in]otherAnother xfa widget modify information object.