|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| DialogDescriptionConfig () | |
| 构造函数。 | |
| DialogDescriptionConfig (string name, string first_tab, int width, int height, int char_width, int char_height, string align_children, DialogDescriptionElementArray element_array) | |
| 构造函数,带参数。 更多... | |
| DialogDescriptionConfig (DialogDescriptionConfig dlg_des_config) | |
| 构造函数,使用另一个对话框描述配置对象。 更多... | |
| void | Set (string name, string first_tab, int width, int height, int char_width, int char_height, string align_children, DialogDescriptionElementArray element_array) |
| 设置值。 更多... | |
属性 | |
| string | align_children [get, set] |
| 所有子元素的对齐方式。 | |
| int | char_height [get, set] |
| 对话框的高度(以字符为单位)。 更多... | |
| int | char_width [get, set] |
| 对话框的宽度(以字符为单位)。 更多... | |
| DialogDescriptionElementArray? | element_array [get, set] |
| 对话框描述元素数组对象的数组。 | |
| string | first_tab [get, set] |
| Tab顺序中应该是第一个的对话框项目的项目ID。 | |
| int | height [get, set] |
| 对话框的高度(以像素为单位)。 更多... | |
| string | name [get, set] |
| 对话框的标题栏。 | |
| int | width [get, set] |
| 对话框的宽度(以像素为单位)。 更多... | |
此类表示对话框配置。
|
inline |
构造函数,带参数。
| [in] | name | 对话框的标题栏。 |
| [in] | first_tab | Tab顺序中应该是第一个的对话框项目的项目ID。 |
| [in] | width | 对话框的宽度(以像素为单位)。 |
| [in] | height | 对话框的高度(以像素为单位)。 |
| [in] | char_width | 对话框的宽度(以字符为单位)。 |
| [in] | char_height | 对话框的高度(以字符为单位)。 |
| [in] | align_children | 所有子元素的对齐方式。 |
| [in] | element_array | 对话框描述元素数组对象的数组。 |
|
inline |
构造函数,使用另一个对话框描述配置对象。
| [in] | dlg_des_config | 另一个对话框描述配置对象。 |
|
inline |
设置值。
| [in] | name | 对话框的标题栏。 |
| [in] | first_tab | Tab顺序中应该是第一个的对话框项目的项目ID。 |
| [in] | width | 对话框的宽度(以像素为单位)。 |
| [in] | height | 对话框的高度(以像素为单位)。 |
| [in] | char_width | 对话框的宽度(以字符为单位)。 |
| [in] | char_height | 对话框的高度(以字符为单位)。 |
| [in] | align_children | 所有子元素的对齐方式。 |
| [in] | element_array | 对话框描述元素数组对象的数组。 |
|
getset |
对话框的高度(以字符为单位)。
如果未指定高度,则使用内容的组合高度。
|
getset |
对话框的宽度(以字符为单位)。
如果未指定宽度,则使用内容的组合宽度。
|
getset |
对话框的高度(以像素为单位)。
如果未指定高度,则使用内容的组合高度。
|
getset |
对话框的宽度(以像素为单位)。
如果未指定宽度,则使用内容的组合宽度。