Foxit PDF SDK
|
Public Member Functions | |
DialogDescriptionConfig () | |
Constructor. | |
DialogDescriptionConfig (DialogDescriptionConfig dlg_des_config) | |
Constructor, with another dialog description config object. More... | |
DialogDescriptionConfig (String name, String first_tab, int width, int height, int char_width, int char_height, String align_children, DialogDescriptionElementArray element_array) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
String | getAlign_children () |
Get the alignment for all descendants. More... | |
int | getChar_height () |
Get the height of the dialog box in characters. More... | |
int | getChar_width () |
Get the width of the dialog box in characters. More... | |
DialogDescriptionElementArray | getElement_array () |
Get an array of dialog description element array object. More... | |
String | getFirst_tab () |
Get an ItemID for the dialog box item that should be first in the tab order. More... | |
int | getHeight () |
Get the height of the dialog box in pixels. More... | |
String | getName () |
Get the title bar of the dialog box. More... | |
int | getWidth () |
Get the width of the dialog box in pixels. More... | |
void | set (String name, String first_tab, int width, int height, int char_width, int char_height, String align_children, DialogDescriptionElementArray element_array) |
Set values. More... | |
void | setAlign_children (String value) |
Set the alignment for all descendants. More... | |
void | setChar_height (int value) |
Set the height of the dialog box in characters. More... | |
void | setChar_width (int value) |
Set the width of the dialog box in characters. More... | |
void | setElement_array (DialogDescriptionElementArray value) |
Set an array of dialog description element array object. More... | |
void | setFirst_tab (String value) |
Set an ItemID for the dialog box item that should be first in the tab order. More... | |
void | setHeight (int value) |
Set the height of the dialog box in pixels. More... | |
void | setName (String value) |
Set the title bar of the dialog box. More... | |
void | setWidth (int value) |
Set the width of the dialog box in pixels. More... | |
This class represents dialog config.
com.foxit.sdk.DialogDescriptionConfig.DialogDescriptionConfig | ( | String | name, |
String | first_tab, | ||
int | width, | ||
int | height, | ||
int | char_width, | ||
int | char_height, | ||
String | align_children, | ||
DialogDescriptionElementArray | 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. |
com.foxit.sdk.DialogDescriptionConfig.DialogDescriptionConfig | ( | DialogDescriptionConfig | dlg_des_config | ) |
Constructor, with another dialog description config object.
[in] | dlg_des_config | Another dialog description config object. |
synchronized void com.foxit.sdk.DialogDescriptionConfig.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.DialogDescriptionConfig.getAlign_children | ( | ) |
Get the alignment for all descendants.
com.foxit.sdk.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.
com.foxit.sdk.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.
com.foxit.sdk.DialogDescriptionConfig.getElement_array | ( | ) |
Get an array of dialog description element array object.
com.foxit.sdk.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.
com.foxit.sdk.DialogDescriptionConfig.getHeight | ( | ) |
Get the height of the dialog box in pixels.
If no height is specified, the combined height of the contents is used.
com.foxit.sdk.DialogDescriptionConfig.getName | ( | ) |
Get the title bar of the dialog box.
com.foxit.sdk.DialogDescriptionConfig.getWidth | ( | ) |
Get the width of the dialog box in pixels.
If no width is specified, the combined width of the contents is used.
void com.foxit.sdk.DialogDescriptionConfig.set | ( | String | name, |
String | first_tab, | ||
int | width, | ||
int | height, | ||
int | char_width, | ||
int | char_height, | ||
String | align_children, | ||
DialogDescriptionElementArray | 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. |
com.foxit.sdk.DialogDescriptionConfig.setAlign_children | ( | String | value | ) |
Set the alignment for all descendants.
[in] | value | The alignment for all descendants. |
com.foxit.sdk.DialogDescriptionConfig.setChar_height | ( | int | 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. |
com.foxit.sdk.DialogDescriptionConfig.setChar_width | ( | int | 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. |
com.foxit.sdk.DialogDescriptionConfig.setElement_array | ( | DialogDescriptionElementArray | value | ) |
Set an array of dialog description element array object.
[in] | value | An array of dialog description element array object. |
com.foxit.sdk.DialogDescriptionConfig.setFirst_tab | ( | String | 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. |
com.foxit.sdk.DialogDescriptionConfig.setHeight | ( | int | 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. |
com.foxit.sdk.DialogDescriptionConfig.setName | ( | String | value | ) |
Set the title bar of the dialog box.
[in] | value | The title bar of the dialog box. |
com.foxit.sdk.DialogDescriptionConfig.setWidth | ( | int | 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. |