|
Foxit PDF SDK
|
Public 成员函数 | |
| CustomTag (const CustomTag &other) | |
| 构造函数,通过另一个自定义标签对象。 更多... | |
| ~CustomTag () | |
| 析构函数。 | |
| bool | ExtractFile (const String &file) |
| 导出内容到文件。 更多... | |
| String | GetType () |
| 获取类型。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const CustomTag &other) const |
| 不相等操作符。 更多... | |
| CustomTag & | operator= (const CustomTag &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const CustomTag &other) const |
| 相等操作符。 更多... | |
| bool | SetFile (const String &file) |
| 通过文件设置内容。 更多... | |
| bool | SetType (const String &type) |
| 设置类型。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD自定义标签相关的操作。
| foxit::ofd::CustomTag::CustomTag | ( | const CustomTag & | other | ) |
构造函数,通过另一个自定义标签对象。
| [in] | other | 另一个自定义标签对象。 |
| bool foxit::ofd::CustomTag::ExtractFile | ( | const String & | file | ) |
导出内容到文件。
| [in] | file | 指定的文件路径。 |
| String foxit::ofd::CustomTag::GetType | ( | ) |
获取类型。
| bool foxit::ofd::CustomTag::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::CustomTag::operator != | ( | const CustomTag & | other | ) | const |
不相等操作符。
| [in] | other | 另一个自定义标签对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个自定义标签对象,其值将被赋给当前对象。 |
| bool foxit::ofd::CustomTag::operator== | ( | const CustomTag & | other | ) | const |
相等操作符。
| [in] | other | 另一个自定义标签对象。此函数将检查当前对象是否等于这个对象。 |
| bool foxit::ofd::CustomTag::SetFile | ( | const String & | file | ) |
通过文件设置内容。
| [in] | file | 指定的文件路径。 |
| bool foxit::ofd::CustomTag::SetType | ( | const String & | type | ) |
设置类型。
| [in] | type | 类型。 |