|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetAttribute_type () |
| Get the attribute type. More... | |
| def | GetElement () |
| Get the XFA widget element. More... | |
| def | GetEvent_type () |
| Get the XFA event 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 | GetWidget_name () |
| Get the xfa widget name. More... | |
| def | SetAttribute_type (value) |
| Set the attribute type. More... | |
| def | SetElement (value) |
| Set the XFA widget element. More... | |
| def | SetEvent_type (value) |
| Set the XFA event 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... | |
| def | SetWidget_name (value) |
| Set the xfa widget name. More... | |
This class represents the xfa widget modify information
| fsdk.XFAWidgetModifyInfo.GetAttribute_type | ( | ) |
Get the attribute type.
| fsdk.XFAWidgetModifyInfo.GetElement | ( | ) |
Get the XFA widget element.
| fsdk.XFAWidgetModifyInfo.GetEvent_type | ( | ) |
Get the XFA event type.
| fsdk.XFAWidgetModifyInfo.GetNew_value | ( | ) |
Get the new value.
| fsdk.XFAWidgetModifyInfo.GetOld_value | ( | ) |
Get the old value.
| fsdk.XFAWidgetModifyInfo.GetPage_index | ( | ) |
Get the page index.
| fsdk.XFAWidgetModifyInfo.GetWidget_name | ( | ) |
Get the xfa widget name.
| fsdk.XFAWidgetModifyInfo.SetAttribute_type | ( | value | ) |
Set the attribute type.
| [in] | value | The attribute type. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetAttributeTypeH and this would be one of these values. |
| fsdk.XFAWidgetModifyInfo.SetElement | ( | value | ) |
Set the XFA widget element.
| [in] | value | The XFA widget element. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetElementPs and this would be one of these values. |
| fsdk.XFAWidgetModifyInfo.SetEvent_type | ( | value | ) |
Set the XFA event type.
| [in] | value | The XFA event type. Please refer to values starting from fsdk.XFADocE_EventTypeUnknown and this would be one of these values. |
| fsdk.XFAWidgetModifyInfo.SetNew_value | ( | value | ) |
Set the new value.
| [in] | value | The new value. |
| fsdk.XFAWidgetModifyInfo.SetOld_value | ( | value | ) |
Set the old value.
| [in] | value | The old value. |
| fsdk.XFAWidgetModifyInfo.SetPage_index | ( | value | ) |
Set the page index.
| [in] | value | The page index. |
| fsdk.XFAWidgetModifyInfo.SetWidget_name | ( | value | ) |
Set the xfa widget name.
| [in] | value | The xfa widget name. |