|
Foxit PDF SDK
|
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. | |
This class represents the xfa widget modify information
| - (id) initWithOther: | (FSXFAWidgetModifyInfo*) | other |
Constructor, with another xfa widget modify information object.
| [in] | other | Another xfa widget modify information object. |