Foxit PDF SDK
foxit.pdf.actions.MenuList Class Reference

Inherits SystemIDisposable.

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...
 
void Set (int level, string name, MenuListArray sub_menu_list_array)
 Set values.
More...
 

Properties

int level [get, set]
 The level of menu.
More...
 
string name [get, set]
 The title of menu.

 
MenuListArraysub_menu_list_array [get, set]
 The sub menu array.

 

Detailed Description

This class represents menu list.

Constructor & Destructor Documentation

◆ MenuList() [1/2]

foxit.pdf.actions.MenuList.MenuList ( int  level,
string  name,
MenuListArray  sub_menu_list_array 
)
inline

Constructor, with parameters.

Parameters
[in]levelLevel of menu.
[in]nameTitle of menu.
[in]sub_menu_list_arrayThe sub menu list array.

◆ MenuList() [2/2]

foxit.pdf.actions.MenuList.MenuList ( MenuList  menu_list)
inline

Constructor, with another menu list object.

Parameters
[in]menu_listAnother menu list object.

Member Function Documentation

◆ Set()

void foxit.pdf.actions.MenuList.Set ( int  level,
string  name,
MenuListArray  sub_menu_list_array 
)
inline

Set values.

Parameters
[in]levelLevel of menu.
[in]nameTitle of menu.
[in]sub_menu_list_arrayThe sub menu list array.
Returns
None.

Property Documentation

◆ level

int foxit.pdf.actions.MenuList.level
getset

The level of menu.

Deprecated:
Current member variable has been deprecated since Foxit PDF SDK 8.3.