|
Foxit PDF SDK
|
Public 成员函数 | |
| TextFillSignObjectData (const graphics::TextState &text_state, WString text) | |
| 构造函数,带参数。 更多... | |
| TextFillSignObjectData () | |
| 构造函数。 | |
| TextFillSignObjectData (const TextFillSignObjectData &text_data) | |
| 构造函数,使用另一个文本填充签名对象数据。 更多... | |
| TextFillSignObjectData & | operator= (const TextFillSignObjectData &text_data) |
| 赋值操作符。 更多... | |
| void | Set (const graphics::TextState &text_state, WString text) |
| 设置值。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
Public 属性 | |
| WString | text |
| 文本内容字符串。 | |
| graphics::TextState | text_state |
| 文本状态信息。 | |
此类表示文本填充签名对象数据。
|
inline |
构造函数,带参数。
| [in] | text_state | 文本状态信息。 |
| [in] | text | 文本内容字符串。 |
|
inline |
构造函数,使用另一个文本填充签名对象数据。
| [in] | text_data | 另一个文本填充签名对象数据。 |
|
inline |
赋值操作符。
| [in] | text_data | 另一个文本填充签名对象数据,其值将被赋值给当前对象。 |
|
inline |
设置值。
| [in] | text_state | 文本状态信息。 |
| [in] | text | 文本内容字符串。 |