|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetAlign_children () |
| Get the alignment for all descendants. More... | |
| def | GetChar_height () |
| Get the height of the dialog box in characters. More... | |
| def | GetChar_width () |
| Get the width of the dialog box in characters. More... | |
| def | GetElement_array () |
| Get an array of dialog description element array object. More... | |
| def | GetFirst_tab () |
| Get an ItemID for the dialog box item that should be first in the tab order. More... | |
| def | GetHeight () |
| Get the height of the dialog box in pixels. More... | |
| def | GetName () |
| Get the title bar of the dialog box. More... | |
| def | GetWidth () |
| Get the width of the dialog box in pixels. More... | |
| def | Set (name, first_tab, width, height, char_width, char_height, align_children, element_array) |
| Set values. More... | |
| def | SetAlign_children (value) |
| Set the alignment for all descendants. More... | |
| def | SetChar_height (value) |
| Set the height of the dialog box in characters. More... | |
| def | SetChar_width (value) |
| Set the width of the dialog box in characters. More... | |
| def | SetElement_array (value) |
| Set an array of dialog description element array object. More... | |
| def | SetFirst_tab (value) |
| Set an ItemID for the dialog box item that should be first in the tab order. More... | |
| def | SetHeight (value) |
| Set the height of the dialog box in pixels. More... | |
| def | SetName (value) |
| Set the title bar of the dialog box. More... | |
| def | SetWidth (value) |
| Set the width of the dialog box in pixels. More... | |
This class represents dialog config.
| fsdk.DialogDescriptionConfig.GetAlign_children | ( | ) |
Get the alignment for all descendants.
| fsdk.DialogDescriptionConfig.GetChar_height | ( | ) |
Get the height of the dialog box in characters.
If no height is specified, the combined height of the contents is used.
| fsdk.DialogDescriptionConfig.GetChar_width | ( | ) |
Get the width of the dialog box in characters.
If no width is specified, the combined width of the contents is used.
| fsdk.DialogDescriptionConfig.GetElement_array | ( | ) |
Get an array of dialog description element array object.
| fsdk.DialogDescriptionConfig.GetFirst_tab | ( | ) |
Get 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.
| fsdk.DialogDescriptionConfig.GetHeight | ( | ) |
Get the height of the dialog box in pixels.
If no height is specified, the combined height of the contents is used.
| fsdk.DialogDescriptionConfig.GetName | ( | ) |
Get the title bar of the dialog box.
| fsdk.DialogDescriptionConfig.GetWidth | ( | ) |
Get the width of the dialog box in pixels.
If no width is specified, the combined width of the contents is used.
| def fsdk.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. |
| fsdk.DialogDescriptionConfig.SetAlign_children | ( | value | ) |
Set the alignment for all descendants.
| [in] | value | The alignment for all descendants. |
| fsdk.DialogDescriptionConfig.SetChar_height | ( | value | ) |
Set the height of the dialog box in characters.
If no height is specified, the combined height of the contents is used.
| [in] | value | The height of the dialog box in characters. |
| fsdk.DialogDescriptionConfig.SetChar_width | ( | value | ) |
Set the width of the dialog box in characters.
If no width is specified, the combined width of the contents is used.
| [in] | value | The width of the dialog box in characters. |
| fsdk.DialogDescriptionConfig.SetElement_array | ( | value | ) |
Set an array of dialog description element array object.
| [in] | value | An array of dialog description element array object. |
| fsdk.DialogDescriptionConfig.SetFirst_tab | ( | value | ) |
Set 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.
| [in] | value | An ItemID for the dialog box item that should be first in the tab order. |
| fsdk.DialogDescriptionConfig.SetHeight | ( | value | ) |
Set the height of the dialog box in pixels.
If no height is specified, the combined height of the contents is used.
| [in] | value | The height of the dialog box in pixels. |
| fsdk.DialogDescriptionConfig.SetName | ( | value | ) |
Set the title bar of the dialog box.
| [in] | value | The title bar of the dialog box. |
| fsdk.DialogDescriptionConfig.SetWidth | ( | value | ) |
Set the width of the dialog box in pixels.
If no width is specified, the combined width of the contents is used.
| [in] | value | The width of the dialog box in pixels. |