Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | MenuList () |
Constructor. | |
def | MenuList (level, name, sub_menu_list_array) |
Constructor, with parameters. More... | |
def | MenuList (menu_list) |
Constructor, with another menu list object. More... | |
def | Set (level, name, sub_menu_list_array) |
Set values. More... | |
Static Public Attributes | |
level = _fsdk.MenuList_level | |
The level of menu. More... | |
name = _fsdk.MenuList_name | |
The title of menu. | |
sub_menu_list_array = _fsdk.MenuList_sub_menu_list_array | |
The sub menu array. | |
This class represents menu list.
def FoxitPDFSDKPython2.MenuList.MenuList | ( | level, | |
name, | |||
sub_menu_list_array | |||
) |
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
def FoxitPDFSDKPython2.MenuList.MenuList | ( | menu_list | ) |
Constructor, with another menu list object.
[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.