Foxit PDF SDK
FSDK::DialogDescriptionConfig类 参考

Public 成员函数

 constructor ()
 构造函数。
 
 constructor (name, first_tab, width, height, char_width, char_height, align_children, element_array)
 带参数的构造函数。 更多...
 
 Set (name, first_tab, width, height, char_width, char_height, align_children, element_array)
 设置值。 更多...
 

Public 属性

 align_children
 所有子元素的对齐方式。
 
 char_height
 对话框的高度(以字符为单位)。 更多...
 
 char_width
 对话框的宽度(以字符为单位)。 更多...
 
 element_array
 对话框描述元素数组对象。
 
 first_tab
 在 Tab 顺序中应该排在第一位的对话框项的 ItemID。 更多...
 
 height
 对话框的高度(以像素为单位)。 更多...
 
 name
 对话框的标题栏。
 
 width
 对话框的宽度(以像素为单位)。 更多...
 

详细描述

此类表示对话框配置。

成员函数说明

◆ constructor()

FSDK::DialogDescriptionConfig::constructor ( name  ,
first_tab  ,
width  ,
height  ,
char_width  ,
char_height  ,
align_children  ,
element_array   
)

带参数的构造函数。

参数
[in]name对话框的标题栏。
[in]first_tab在 Tab 顺序中应该排在第一位的对话框项的 ItemID。
[in]width对话框的宽度(以像素为单位)。
[in]height对话框的高度(以像素为单位)。
[in]char_width对话框的宽度(以字符为单位)。
[in]char_height对话框的高度(以字符为单位)。
[in]align_children所有子元素的对齐方式。
[in]element_array对话框描述元素数组对象。

◆ Set()

FSDK::DialogDescriptionConfig::Set ( name  ,
first_tab  ,
width  ,
height  ,
char_width  ,
char_height  ,
align_children  ,
element_array   
)

设置值。

参数
[in]name对话框的标题栏。
[in]first_tab在 Tab 顺序中应该排在第一位的对话框项的 ItemID。
[in]width对话框的宽度(以像素为单位)。
[in]height对话框的高度(以像素为单位)。
[in]char_width对话框的宽度(以字符为单位)。
[in]char_height对话框的高度(以字符为单位)。
[in]align_children所有子元素的对齐方式。
[in]element_array对话框描述元素数组对象。
返回
无。

类成员变量说明

◆ char_height

FSDK::DialogDescriptionConfig::char_height

对话框的高度(以字符为单位)。

如果未指定高度,则使用内容的组合高度。

◆ char_width

FSDK::DialogDescriptionConfig::char_width

对话框的宽度(以字符为单位)。

如果未指定宽度,则使用内容的组合宽度。

◆ first_tab

FSDK::DialogDescriptionConfig::first_tab

在 Tab 顺序中应该排在第一位的对话框项的 ItemID。

如果未指定宽度,则使用内容的组合宽度。

◆ height

FSDK::DialogDescriptionConfig::height

对话框的高度(以像素为单位)。

如果未指定高度,则使用内容的组合高度。

◆ width

FSDK::DialogDescriptionConfig::width

对话框的宽度(以像素为单位)。

如果未指定宽度,则使用内容的组合宽度。