Foxit PDF SDK
fsdk.XFAWidgetModifyInfo Class Reference

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...
 

Detailed Description

This class represents the xfa widget modify information

Member Function Documentation

◆ GetAttribute_type()

fsdk.XFAWidgetModifyInfo.GetAttribute_type ( )

Get the attribute type.

Returns
The attribute type. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetAttributeTypeH and this would be one of these values.

◆ GetElement()

fsdk.XFAWidgetModifyInfo.GetElement ( )

Get the XFA widget element.

Returns
The XFA widget element. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetElementPs and this would be one of these values.

◆ GetEvent_type()

fsdk.XFAWidgetModifyInfo.GetEvent_type ( )

Get the XFA event type.

Returns
The XFA event type. Please refer to values starting from fsdk.XFADocE_EventTypeUnknown and this would be one of these values.

◆ GetNew_value()

fsdk.XFAWidgetModifyInfo.GetNew_value ( )

Get the new value.

Returns
The new value.

◆ GetOld_value()

fsdk.XFAWidgetModifyInfo.GetOld_value ( )

Get the old value.

Returns
The old value.

◆ GetPage_index()

fsdk.XFAWidgetModifyInfo.GetPage_index ( )

Get the page index.

Returns
The page index.

◆ GetWidget_name()

fsdk.XFAWidgetModifyInfo.GetWidget_name ( )

Get the xfa widget name.

Returns
The xfa widget name.

◆ SetAttribute_type()

fsdk.XFAWidgetModifyInfo.SetAttribute_type (   value)

Set the attribute type.

Parameters
[in]valueThe attribute type. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetAttributeTypeH and this would be one of these values.
Returns
None.

◆ SetElement()

fsdk.XFAWidgetModifyInfo.SetElement (   value)

Set the XFA widget element.

Parameters
[in]valueThe XFA widget element. Please refer to values starting from fsdk.XFAWidgetModifyInfoE_WidgetElementPs and this would be one of these values.
Returns
None.

◆ SetEvent_type()

fsdk.XFAWidgetModifyInfo.SetEvent_type (   value)

Set the XFA event type.

Parameters
[in]valueThe XFA event type. Please refer to values starting from fsdk.XFADocE_EventTypeUnknown and this would be one of these values.
Returns
None.

◆ SetNew_value()

fsdk.XFAWidgetModifyInfo.SetNew_value (   value)

Set the new value.

Parameters
[in]valueThe new value.
Returns
None.

◆ SetOld_value()

fsdk.XFAWidgetModifyInfo.SetOld_value (   value)

Set the old value.

Parameters
[in]valueThe old value.
Returns
None.

◆ SetPage_index()

fsdk.XFAWidgetModifyInfo.SetPage_index (   value)

Set the page index.

Parameters
[in]valueThe page index.
Returns
None.

◆ SetWidget_name()

fsdk.XFAWidgetModifyInfo.SetWidget_name (   value)

Set the xfa widget name.

Parameters
[in]valueThe xfa widget name.
Returns
None.