|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor () | |
| 构造函数。 | |
| constructor (table_border_style, line_width, color, dash_phase, dashes) | |
| 带参数的构造函数。 更多... | |
| Set (table_border_style, line_width, color, dash_phase, dashes) | |
| 设置值。 更多... | |
Public 属性 | |
| color | |
| 表格边框颜色。格式:0xAARRGGBB。 | |
| dash_phase | |
| 虚线阶段。不应为负数。仅在参数 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 有关更多详细信息,请参阅 <PDF Reference 1.7> P211 "dash pattern"。 | |
| dashes | |
| 表示虚线模式的虚线数组。此数组中每个元素的值 不应为负数。仅在 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 有关更多详细信息,请参阅 <PDF Reference 1.7> P211 "dash pattern"。 | |
| line_width | |
| 表格边框线宽,以点为单位。应该为非负值。 如果此值为 0,则不绘制边框。 | |
| table_border_style | |
| 表格边框样式。请参考从 FSDK.TableBorderInfo.e_TableBorderStyleSolid 开始的值, 这应该是这些值之一。 | |
静态 Public 属性 | |
| static | e_TableBorderStyleDashed |
| 表格边框样式:虚线。 | |
| static | e_TableBorderStyleSolid |
| 用于 PDF 注释类型的枚举。 更多... | |
此类表示表格边框信息。
| FSDK::TableBorderInfo::constructor | ( | table_border_style | , |
| line_width | , | ||
| color | , | ||
| dash_phase | , | ||
| dashes | |||
| ) |
带参数的构造函数。
| [in] | table_border_style | 表格边框样式。请参考从 FSDK.TableBorderInfo.e_TableBorderStyleSolid 开始的值, 这应该是这些值之一。 |
| [in] | line_width | 表格边框线宽,以点为单位。应该为非负值。 如果此值为 0,则不绘制边框。 |
| [in] | color | 表格边框颜色。格式:0xAARRGGBB。 |
| [in] | dash_phase | 虚线阶段。仅在参数 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 |
| [in] | dashes | 表示虚线模式的虚线数组。此数组中每个元素的值 不应为负数。仅在 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 |
| FSDK::TableBorderInfo::Set | ( | table_border_style | , |
| line_width | , | ||
| color | , | ||
| dash_phase | , | ||
| dashes | |||
| ) |
设置值。
| [in] | table_border_style | 表格边框样式。请参考从 FSDK.TableBorderInfo.e_TableBorderStyleSolid 开始的值, 这应该是这些值之一。 |
| [in] | line_width | 表格边框线宽,以点为单位。应该为非负值。 如果此值为 0,则不绘制边框。 |
| [in] | color | 表格边框颜色。格式:0xAARRGGBB。 |
| [in] | dash_phase | 虚线阶段。仅在参数 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 |
| [in] | dashes | 表示虚线模式的虚线数组。此数组中每个元素的值 不应为负数。仅在 style 为 FSDK.TableBorderInfo.e_TableBorderStyleDashed 时有用。 |
|
static |
用于 PDF 注释类型的枚举。
此枚举的值应单独使用。表格边框样式:实线。