|
Foxit PDF SDK
|
Public Member Functions | |
| MenuList () | |
| Constructor. | |
| MenuList (int level, String name, MenuListArray sub_menu_list_array) | |
| Constructor, with parameters. More... | |
| MenuList (MenuList menu_list) | |
| Constructor, with another menu list object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| int | getLevel () |
| Get the level of menu. More... | |
| String | getName () |
| Get the title of menu. More... | |
| MenuListArray | getSub_menu_list_array () |
| Get the sub menu array. More... | |
| void | set (int level, String name, MenuListArray sub_menu_list_array) |
| Set values. More... | |
| void | setLevel (int value) |
| Set the level of menu. More... | |
| void | setName (String value) |
| Set the title of menu. More... | |
| void | setSub_menu_list_array (MenuListArray value) |
| Set the sub menu array. More... | |
This class represents menu list.
| com.foxit.sdk.MenuList.MenuList | ( | int | level, |
| String | name, | ||
| MenuListArray | 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. |
| com.foxit.sdk.MenuList.MenuList | ( | MenuList | menu_list | ) |
Constructor, with another menu list object.
| [in] | menu_list | Another menu list object. |
| synchronized void com.foxit.sdk.MenuList.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.MenuList.getLevel | ( | ) |
Get the level of menu.
| com.foxit.sdk.MenuList.getName | ( | ) |
Get the title of menu.
| com.foxit.sdk.MenuList.getSub_menu_list_array | ( | ) |
Get the sub menu array.
| void com.foxit.sdk.MenuList.set | ( | int | level, |
| String | name, | ||
| MenuListArray | 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. |
| com.foxit.sdk.MenuList.setLevel | ( | int | value | ) |
Set the level of menu.
| [in] | value | The level of menu. |
| com.foxit.sdk.MenuList.setName | ( | String | value | ) |
Set the title of menu.
| [in] | value | The title of menu. |
| com.foxit.sdk.MenuList.setSub_menu_list_array | ( | MenuListArray | value | ) |
Set the sub menu array.
| [in] | value | The sub menu array. |