|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetEnable () |
| Get (Only used by. More... | |
| def | GetExec () |
| Get (Only used by. More... | |
| def | GetMarked () |
| Get (Only used by. More... | |
| def | GetName () |
| Get the language-independent name of the menu item. More... | |
| def | GetParent () |
| Get the name of the parent menu item. More... | |
| def | GetPos () |
| Get the position within the submenu to locate the new menu item. More... | |
| def | GetPos_str () |
| Get (Only used by. More... | |
| def | GetUser () |
| Get the user string (language-dependent name) to display as the menu item name. More... | |
| def | Set (name, user, parent, pos, pos_str, exec, enable, marked) |
| Set values. More... | |
| def | SetEnable (value) |
| Set (Only used by. More... | |
| def | SetExec (value) |
| Set (Only used by. More... | |
| def | SetMarked (value) |
| Set (Only used by. More... | |
| def | SetName (value) |
| Set the language-independent name of the menu item. More... | |
| def | SetParent (value) |
| Set the name of the parent menu item. More... | |
| def | SetPos (value) |
| Set the position within the submenu to locate the new menu item. More... | |
| def | SetPos_str (value) |
| Set (Only used by. More... | |
| def | SetUser (value) |
| Set the user string (language-dependent name) to display as the menu item name. More... | |
This class represents menu item config.
| fsdk.MenuItemConfig.GetEnable | ( | ) |
Get (Only used by.
| fsdk.MenuItemConfig.GetExec | ( | ) |
Get (Only used by.
| fsdk.MenuItemConfig.GetMarked | ( | ) |
Get (Only used by.
| fsdk.MenuItemConfig.GetName | ( | ) |
Get the language-independent name of the menu item.
| fsdk.MenuItemConfig.GetParent | ( | ) |
Get the name of the parent menu item.
| fsdk.MenuItemConfig.GetPos | ( | ) |
Get the position within the submenu to locate the new menu item.
| fsdk.MenuItemConfig.GetPos_str | ( | ) |
Get (Only used by.
| fsdk.MenuItemConfig.GetUser | ( | ) |
Get the user string (language-dependent name) to display as the menu item name.
| def fsdk.MenuItemConfig.Set | ( | name, | |
| user, | |||
| parent, | |||
| pos, | |||
| pos_str, | |||
| exec, | |||
| enable, | |||
| marked | |||
| ) |
Set values.
| [in] | name | The language-independent name of the menu item. |
| [in] | user | The user string (language-dependent name) to display as the menu item name. |
| [in] | parent | The name of the parent menu item. Its submenu will have the new menu item added to it. |
| [in] | pos | The position within the submenu to locate the new menu item. |
| [in] | pos_str | The string is a named item in the menu (a language-independent name of a menu item). |
| [in] | exec | An expression string to evaluate when the menu item is selected by the user. |
| [in] | enable | An expression string that is evaluated to determine whether to enable the menu item. |
| [in] | marked | An expression string that determines whether the menu item has a check mark next to it. |
| fsdk.MenuItemConfig.SetEnable | ( | value | ) |
Set (Only used by.
| [in] | value | (Only used by |
| fsdk.MenuItemConfig.SetExec | ( | value | ) |
Set (Only used by.
| [in] | value | (Only used by |
| fsdk.MenuItemConfig.SetMarked | ( | value | ) |
Set (Only used by.
| [in] | value | (Only used by |
| fsdk.MenuItemConfig.SetName | ( | value | ) |
Set the language-independent name of the menu item.
| [in] | value | The language-independent name of the menu item. |
| fsdk.MenuItemConfig.SetParent | ( | value | ) |
Set the name of the parent menu item.
| [in] | value | The name of the parent menu item. Its submenu will have the new menu item added to it. |
| fsdk.MenuItemConfig.SetPos | ( | value | ) |
Set the position within the submenu to locate the new menu item.
| [in] | value | The position within the submenu to locate the new menu item. |
| fsdk.MenuItemConfig.SetPos_str | ( | value | ) |
Set (Only used by.
| [in] | value | (Only used by |
| fsdk.MenuItemConfig.SetUser | ( | value | ) |
Set the user string (language-dependent name) to display as the menu item name.
| [in] | value | The user string (language-dependent name) to display as the menu item name. |