|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | DialogDescriptionConfig () |
| Constructor. | |
| def | DialogDescriptionConfig (name, first_tab, width, height, char_width, char_height, align_children, element_array) |
| Constructor, with parameters. More... | |
| def | DialogDescriptionConfig (dlg_des_config) |
| Constructor, with another dialog description config object. More... | |
| def | Set (name, first_tab, width, height, char_width, char_height, align_children, element_array) |
| Set values. More... | |
Static Public Attributes | |
| align_children = _fsdk.DialogDescriptionConfig_align_children | |
| The alignment for all descendants. | |
| char_height = _fsdk.DialogDescriptionConfig_char_height | |
| The height of the dialog box in characters. More... | |
| char_width = _fsdk.DialogDescriptionConfig_char_width | |
| The width of the dialog box in characters. More... | |
| element_array = _fsdk.DialogDescriptionConfig_element_array | |
| An array of dialog description element array object. | |
| first_tab = _fsdk.DialogDescriptionConfig_first_tab | |
| An ItemID for the dialog box item that should be first in the tab order. More... | |
| height = _fsdk.DialogDescriptionConfig_height | |
| The height of the dialog box in pixels. More... | |
| name = _fsdk.DialogDescriptionConfig_name | |
| The title bar of the dialog box. | |
| width = _fsdk.DialogDescriptionConfig_width | |
| The width of the dialog box in pixels. More... | |
This class represents dialog config.
| def FoxitPDFSDKPython3.DialogDescriptionConfig.DialogDescriptionConfig | ( | name, | |
| first_tab, | |||
| width, | |||
| height, | |||
| char_width, | |||
| char_height, | |||
| align_children, | |||
| element_array | |||
| ) |
Constructor, with parameters.
| [in] | name | The title bar of the dialog box. |
| [in] | first_tab | An ItemID for the dialog box item that should be first in the tab order. |
| [in] | width | The width of the dialog box in pixels. |
| [in] | height | The height of the dialog box in pixels. |
| [in] | char_width | The width of the dialog box in characters. |
| [in] | char_height | The height of the dialog box in characters. |
| [in] | align_children | The alignment for all descendants. |
| [in] | element_array | An array of dialog description element array object. |
| def FoxitPDFSDKPython3.DialogDescriptionConfig.DialogDescriptionConfig | ( | dlg_des_config | ) |
Constructor, with another dialog description config object.
| [in] | dlg_des_config | Another dialog description config object. |
| def FoxitPDFSDKPython3.DialogDescriptionConfig.Set | ( | name, | |
| first_tab, | |||
| width, | |||
| height, | |||
| char_width, | |||
| char_height, | |||
| align_children, | |||
| element_array | |||
| ) |
Set values.
| [in] | name | The title bar of the dialog box. |
| [in] | first_tab | An ItemID for the dialog box item that should be first in the tab order. |
| [in] | width | The width of the dialog box in pixels. |
| [in] | height | The height of the dialog box in pixels. |
| [in] | char_width | The width of the dialog box in characters. |
| [in] | char_height | The height of the dialog box in characters. |
| [in] | align_children | The alignment for all descendants. |
| [in] | element_array | An array of dialog description element array object. |
|
static |
The height of the dialog box in characters.
If no height is specified, the combined height of the contents is used.
|
static |
The width of the dialog box in characters.
If no width is specified, the combined width of the contents is used.
|
static |
An ItemID for the dialog box item that should be first in the tab order.
If no width is specified, the combined width of the contents is used.
|
static |
The height of the dialog box in pixels.
If no height is specified, the combined height of the contents is used.
|
static |
The width of the dialog box in pixels.
If no width is specified, the combined width of the contents is used.