|
Foxit PDF SDK
|
继承自 Object .
Public 成员函数 | |
| AttachmentInfo () | |
| 构造函数。 | |
| AttachmentInfo (const String &name, const String &format, const String &usage, const foxit::DateTime &creation_date, const foxit::DateTime &modification_date) | |
| 带参数的构造函数。 更多... | |
| AttachmentInfo (const AttachmentInfo &other) | |
| 构造函数,通过另一个附件信息对象。 更多... | |
| AttachmentInfo & | operator= (const AttachmentInfo &other) |
| 赋值操作符。 更多... | |
| void | Set (const String &name, const String &format, const String &usage, const foxit::DateTime &creation_date, const foxit::DateTime &modification_date) |
| 设置值。 更多... | |
Public 属性 | |
| foxit::DateTime | creation_date |
| 附件创建日期。 更多... | |
| String | format |
| 附件格式。 更多... | |
| foxit::DateTime | modification_date |
| 附件修改日期。 更多... | |
| String | name |
| 附件名称。 更多... | |
| String | usage |
| 附件用途。 更多... | |
此类代表了附件信息。
|
inlineexplicit |
带参数的构造函数。
| [in] | name | 附件名称。 |
| [in] | format | 附件格式。 |
| [in] | usage | 附件用途。 |
| [in] | creation_date | 附件创建日期。 |
| [in] | modification_date | 附件修改日期。 |
|
inline |
构造函数,通过另一个附件信息对象。
| [in] | other | 另一个附件信息对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个附件信息对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | name | 附件名称。 |
| [in] | format | 附件格式。 |
| [in] | usage | 附件用途。 |
| [in] | creation_date | 附件创建日期。 |
| [in] | modification_date | 附件修改日期。 |
| foxit::DateTime foxit::ofd::AttachmentInfo::creation_date |
附件创建日期。
| String foxit::ofd::AttachmentInfo::format |
附件格式。
| foxit::DateTime foxit::ofd::AttachmentInfo::modification_date |
附件修改日期。
| String foxit::ofd::AttachmentInfo::name |
附件名称。
| String foxit::ofd::AttachmentInfo::usage |
附件用途。