|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetBitmap () |
| Get a bitmap object of button. More... | |
| def | GetEnable () |
| Get an expression string that determines whether to enable the toolbutton. More... | |
| def | GetExec () |
| Get the expression string to evaluate when the button is selected. More... | |
| def | GetLabel () |
| Get a text label to be displayed on the button to the right of the icon. More... | |
| def | GetMarked () |
| Get an expression string that determines whether the toolbutton is marked. More... | |
| def | GetName () |
| Get a unique language-independent identifier for the button. More... | |
| def | GetPos () |
| Get the button number to place the added button in the toolbar. More... | |
| def | GetTooltip () |
| Get the text to display in the button help text when the mouse is over the toolbutton. More... | |
| def | Set (name, pos, exec, enable, marked, tooltip, label, bitmap) |
| Set values. More... | |
| def | SetBitmap (value) |
| Set a bitmap object of button. More... | |
| def | SetEnable (value) |
| Set an expression string that determines whether to enable the toolbutton. More... | |
| def | SetExec (value) |
| Set the expression string to evaluate when the button is selected. More... | |
| def | SetLabel (value) |
| Set a text label to be displayed on the button to the right of the icon. More... | |
| def | SetMarked (value) |
| Set an expression string that determines whether the toolbutton is marked. More... | |
| def | SetName (value) |
| Set a unique language-independent identifier for the button. More... | |
| def | SetPos (value) |
| Set the button number to place the added button in the toolbar. More... | |
| def | SetTooltip (value) |
| Set the text to display in the button help text when the mouse is over the toolbutton. More... | |
This class represents button item.
| fsdk.ButtonItem.GetBitmap | ( | ) |
Get a bitmap object of button.
| fsdk.ButtonItem.GetEnable | ( | ) |
Get an expression string that determines whether to enable the toolbutton.
| fsdk.ButtonItem.GetExec | ( | ) |
Get the expression string to evaluate when the button is selected.
| fsdk.ButtonItem.GetLabel | ( | ) |
Get a text label to be displayed on the button to the right of the icon.
| fsdk.ButtonItem.GetMarked | ( | ) |
Get an expression string that determines whether the toolbutton is marked.
| fsdk.ButtonItem.GetName | ( | ) |
Get a unique language-independent identifier for the button.
| fsdk.ButtonItem.GetPos | ( | ) |
Get the button number to place the added button in the toolbar.
| fsdk.ButtonItem.GetTooltip | ( | ) |
Get the text to display in the button help text when the mouse is over the toolbutton.
| def fsdk.ButtonItem.Set | ( | name, | |
| pos, | |||
| exec, | |||
| enable, | |||
| marked, | |||
| tooltip, | |||
| label, | |||
| bitmap | |||
| ) |
Set values.
| [in] | name | A unique language-independent identifier for the button. |
| [in] | pos | The button number to place the added button in the toolbar. |
| [in] | exec | The expression string to evaluate when the button is selected. |
| [in] | enable | An expression string that determines whether to enable the toolbutton. |
| [in] | marked | An expression string that determines whether the toolbutton is marked. |
| [in] | tooltip | The text to display in the button help text when the mouse is over the toolbutton. |
| [in] | label | A text label to be displayed on the button to the right of the icon. |
| [in] | bitmap | A bitmap object of button. |
| fsdk.ButtonItem.SetBitmap | ( | value | ) |
Set a bitmap object of button.
| [in] | value | A bitmap object of button. |
| fsdk.ButtonItem.SetEnable | ( | value | ) |
Set an expression string that determines whether to enable the toolbutton.
| [in] | value | An expression string that determines whether to enable the toolbutton. |
| fsdk.ButtonItem.SetExec | ( | value | ) |
Set the expression string to evaluate when the button is selected.
| [in] | value | The expression string to evaluate when the button is selected. |
| fsdk.ButtonItem.SetLabel | ( | value | ) |
Set a text label to be displayed on the button to the right of the icon.
| [in] | value | A text label to be displayed on the button to the right of the icon. |
| fsdk.ButtonItem.SetMarked | ( | value | ) |
Set an expression string that determines whether the toolbutton is marked.
| [in] | value | An expression string that determines whether the toolbutton is marked. |
| fsdk.ButtonItem.SetName | ( | value | ) |
Set a unique language-independent identifier for the button.
| [in] | value | A unique language-independent identifier for the button. |
| fsdk.ButtonItem.SetPos | ( | value | ) |
Set the button number to place the added button in the toolbar.
| [in] | value | The button number to place the added button in the toolbar. |
| fsdk.ButtonItem.SetTooltip | ( | value | ) |
Set the text to display in the button help text when the mouse is over the toolbutton.
| [in] | value | The text to display in the button help text when the mouse is over the toolbutton. |