Foxit PDF SDK
fsdk.JavascriptModifyItemInfo Class Reference

Public Member Functions

def GetEvent_type ()
 Get the javascript event type. More...
 
def GetField_control_index ()
 Get the control index of form field. More...
 
def GetField_or_annot_name ()
 Get the form field full name or annot subtype name. More...
 
def GetModify_item_type ()
 Get the modify item type. More...
 
def GetModify_property_type ()
 Get the modify property type. More...
 
def GetModify_type ()
 Get the modify 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 SetEvent_type (value)
 Set the javascript event type. More...
 
def SetField_control_index (value)
 Set the control index of form field. More...
 
def SetField_or_annot_name (value)
 Set the form field full name or annot subtype name. More...
 
def SetModify_item_type (value)
 Set the modify item type. More...
 
def SetModify_property_type (value)
 Set the modify property type. More...
 
def SetModify_type (value)
 Set the modify 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...
 

Detailed Description

This class represents the javascript modify item information

Member Function Documentation

◆ GetEvent_type()

fsdk.JavascriptModifyItemInfo.GetEvent_type ( )

Get the javascript event type.

Returns
The javascript event type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptEventTypeUnknown and this should be one of these values.

◆ GetField_control_index()

fsdk.JavascriptModifyItemInfo.GetField_control_index ( )

Get the control index of form field.

Returns
The control index of form field.

◆ GetField_or_annot_name()

fsdk.JavascriptModifyItemInfo.GetField_or_annot_name ( )

Get the form field full name or annot subtype name.

Returns
The form field full name or annot subtype name.

◆ GetModify_item_type()

fsdk.JavascriptModifyItemInfo.GetModify_item_type ( )

Get the modify item type.

Returns
The modify item type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyItemTypeNone and this should be one of these values.

◆ GetModify_property_type()

fsdk.JavascriptModifyItemInfo.GetModify_property_type ( )

Get the modify property type.

Returns
The modify property type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyPropertyTypeNone and this should be one of these values.

◆ GetModify_type()

fsdk.JavascriptModifyItemInfo.GetModify_type ( )

Get the modify type.

Returns
The modify type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyTypeNone and this should be one of these values.

◆ GetNew_value()

fsdk.JavascriptModifyItemInfo.GetNew_value ( )

Get the new value.

Returns
The new value.

◆ GetOld_value()

fsdk.JavascriptModifyItemInfo.GetOld_value ( )

Get the old value.

Returns
The old value.

◆ GetPage_index()

fsdk.JavascriptModifyItemInfo.GetPage_index ( )

Get the page index.

Returns
The page index.

◆ SetEvent_type()

fsdk.JavascriptModifyItemInfo.SetEvent_type (   value)

Set the javascript event type.

Parameters
[in]valueThe javascript event type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptEventTypeUnknown and this should be one of these values.
Returns
None.

◆ SetField_control_index()

fsdk.JavascriptModifyItemInfo.SetField_control_index (   value)

Set the control index of form field.

Parameters
[in]valueThe control index of form field.
Returns
None.

◆ SetField_or_annot_name()

fsdk.JavascriptModifyItemInfo.SetField_or_annot_name (   value)

Set the form field full name or annot subtype name.

Parameters
[in]valueThe form field full name or annot subtype name.
Returns
None.

◆ SetModify_item_type()

fsdk.JavascriptModifyItemInfo.SetModify_item_type (   value)

Set the modify item type.

Parameters
[in]valueThe modify item type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyItemTypeNone and this should be one of these values.
Returns
None.

◆ SetModify_property_type()

fsdk.JavascriptModifyItemInfo.SetModify_property_type (   value)

Set the modify property type.

Parameters
[in]valueThe modify property type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyPropertyTypeNone and this should be one of these values.
Returns
None.

◆ SetModify_type()

fsdk.JavascriptModifyItemInfo.SetModify_type (   value)

Set the modify type.

Parameters
[in]valueThe modify type. Please refer to values starting from fsdk.JavascriptModifyItemInfoE_JavascriptModifyTypeNone and this should be one of these values.
Returns
None.

◆ SetNew_value()

fsdk.JavascriptModifyItemInfo.SetNew_value (   value)

Set the new value.

Parameters
[in]valueThe new value.
Returns
None.

◆ SetOld_value()

fsdk.JavascriptModifyItemInfo.SetOld_value (   value)

Set the old value.

Parameters
[in]valueThe old value.
Returns
None.

◆ SetPage_index()

fsdk.JavascriptModifyItemInfo.SetPage_index (   value)

Set the page index.

Parameters
[in]valueThe page index.
Returns
None.