|
Foxit PDF SDK
|
继承自 Object .
Public 成员函数 | |
| SignatureProperties (const String &company=String(), const String &provider_name=String(), const String &version=String()) | |
| 带参数的构造函数。 更多... | |
| SignatureProperties (SignatureProperties &other) | |
| 构造函数,通过另一个签名属性对象。 更多... | |
| SignatureProperties & | operator= (const SignatureProperties &other) |
| 赋值操作符。 更多... | |
| void | Set (const String &company, const String &provider_name, const String &version) |
| 设置值。 更多... | |
Public 属性 | |
| String | company |
| 签名提供公司名称。 更多... | |
| String | provider_name |
| 签名提供者名称。 更多... | |
| String | version |
| 签名提供版本。 更多... | |
此类表示OFD签名相关的信息。
|
inline |
带参数的构造函数。
| [in] | company | 签名提供公司名称。 |
| [in] | provider_name | 签名提供者名称。 |
| [in] | version | 签名提供版本。 |
|
inline |
构造函数,通过另一个签名属性对象。
| [in] | other | 另一个签名属性对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个签名属性对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | company | 签名提供公司名称。 |
| [in] | provider_name | 签名提供者名称。 |
| [in] | version | 签名提供版本。 |
| String foxit::ofd::ofdseal::SignatureProperties::company |
签名提供公司名称。
| String foxit::ofd::ofdseal::SignatureProperties::provider_name |
签名提供者名称。
| String foxit::ofd::ofdseal::SignatureProperties::version |
签名提供版本。