|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | DialogDescriptionElement () |
| Constructor. | |
| def | DialogDescriptionElement (dlg_des_element) |
| Constructor, with another dialog description element object. More... | |
| def | DialogDescriptionElement (name, item_id, type, next_tab, width, height, char_width, char_height, font, bold, italic, alignment, align_children, element_array) |
| Constructor, with parameters. More... | |
| def | Set (name, item_id, type, next_tab, width, height, char_width, char_height, font, bold, italic, alignment, align_children, element_array) |
| Set values. More... | |
Static Public Attributes | |
| align_children = _fsdk.DialogDescriptionElement_align_children | |
| The alignment for all descendants. | |
| alignment = _fsdk.DialogDescriptionElement_alignment | |
| The alignment for this element. | |
| bold = _fsdk.DialogDescriptionElement_bold | |
| Specify if the font is bold. | |
| char_height = _fsdk.DialogDescriptionElement_char_height | |
| Specifies the height of the element in characters. More... | |
| char_width = _fsdk.DialogDescriptionElement_char_width | |
| Specifies the width of the element in characters. More... | |
| element_array = _fsdk.DialogDescriptionElement_element_array | |
| An array of object literals that describe the subelements of this dialog box element. | |
| font = _fsdk.DialogDescriptionElement_font | |
| The font to use for this element. More... | |
| height = _fsdk.DialogDescriptionElement_height | |
| Specifies the height of the element in pixels. More... | |
| italic = _fsdk.DialogDescriptionElement_italic | |
| Specify if the font is italic. | |
| item_id = _fsdk.DialogDescriptionElement_item_id | |
| An ItemID for this dialog box. | |
| name = _fsdk.DialogDescriptionElement_name | |
| The displayed name of the dialog box element. | |
| next_tab = _fsdk.DialogDescriptionElement_next_tab | |
| An ItemID for the next dialog box item in the tab order. | |
| type = _fsdk.DialogDescriptionElement_type | |
| The type of this dialog box element. | |
| width = _fsdk.DialogDescriptionElement_width | |
| Specifies the width of the element in pixels. More... | |
This class represents a dialog box elements property specifies an object literal with the following set of properties.
| def FoxitPDFSDKPython3.DialogDescriptionElement.DialogDescriptionElement | ( | name, | |
| item_id, | |||
| type, | |||
| next_tab, | |||
| width, | |||
| height, | |||
| char_width, | |||
| char_height, | |||
| font, | |||
| bold, | |||
| italic, | |||
| alignment, | |||
| align_children, | |||
| element_array | |||
| ) |
Constructor, with parameters.
| [in] | name | The displayed name of the dialog box element. |
| [in] | item_id | An ItemID for this dialog box. |
| [in] | type | The type of this dialog box element. |
| [in] | next_tab | An ItemID for the dialog box item that should be first in the tab order. |
| [in] | width | Specifies the width of the element in pixels. |
| [in] | height | Specifies the height of the element in pixels. |
| [in] | char_width | Specifies the width of the element in characters. |
| [in] | char_height | Specifies the height of the element in characters. |
| [in] | font | The font to use for this element. |
| [in] | bold | Specify if the font is bold. |
| [in] | italic | Specify if the font is italic. |
| [in] | alignment | The alignment for this element. |
| [in] | align_children | The alignment for all descendants. |
| [in] | element_array | An array of object literals that describe the subelements of this dialog box element. |
| def FoxitPDFSDKPython3.DialogDescriptionElement.DialogDescriptionElement | ( | dlg_des_element | ) |
Constructor, with another dialog description element object.
| [in] | dlg_des_element | Another dialog description element object. |
| def FoxitPDFSDKPython3.DialogDescriptionElement.Set | ( | name, | |
| item_id, | |||
| type, | |||
| next_tab, | |||
| width, | |||
| height, | |||
| char_width, | |||
| char_height, | |||
| font, | |||
| bold, | |||
| italic, | |||
| alignment, | |||
| align_children, | |||
| element_array | |||
| ) |
Set values.
| [in] | name | The displayed name of the dialog box element. |
| [in] | item_id | An ItemID for this dialog box. |
| [in] | type | The type of this dialog box element. |
| [in] | next_tab | An ItemID for the dialog box item that should be first in the tab order. |
| [in] | width | Specifies the width of the element in pixels. |
| [in] | height | Specifies the height of the element in pixels. |
| [in] | char_width | Specifies the width of the element in characters. |
| [in] | char_height | Specifies the height of the element in characters. |
| [in] | font | The font to use for this element. |
| [in] | bold | Specify if the font is bold. |
| [in] | italic | Specify if the font is italic. |
| [in] | alignment | The alignment for this element. |
| [in] | align_children | The alignment for all descendants. |
| [in] | element_array | An array of object literals that describe the subelements of this dialog box element. |
|
static |
Specifies the height of the element in characters.
If no height is specified, the combined height of the contents is used.
|
static |
Specifies the width of the element in characters.
If no width is specified, the combined width of the contents is used.
|
static |
The font to use for this element.
It will be one of the following strings:
|
static |
Specifies the height of the element in pixels.
If no height is specified, the combined height of the contents is used.
|
static |
Specifies the width of the element in pixels.
If no width is specified, the combined width of the contents is used.