Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | MenuList () |
Constructor. More... | |
def | Set (level, name, sub_menu_list_array) |
Set values. More... | |
Static Public Attributes | |
level = _swig_property(_fsdk.MenuList_level_get, _fsdk.MenuList_level_set) | |
The level of menu. More... | |
name = _swig_property(_fsdk.MenuList_name_get, _fsdk.MenuList_name_set) | |
The title of menu. | |
sub_menu_list_array = _swig_property(_fsdk.MenuList_sub_menu_list_array_get, _fsdk.MenuList_sub_menu_list_array_set) | |
The sub menu array. | |
This class represents menu list.
def FoxitPDFSDKPython2.MenuList.MenuList | ( | ) |
Constructor.
Constructor, with another menu list object.
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
[in] | menu_list | Another menu list object. |
def FoxitPDFSDKPython2.MenuList.Set | ( | level, | |
name, | |||
sub_menu_list_array | |||
) |
Set values.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
|
static |
The level of menu.