|
Foxit PDF SDK
|
Public 成员函数 | |
| OFDLinearPackage (const char *path) | |
| 带参数的构造函数。 更多... | |
| OFDLinearPackage (const wchar_t *path) | |
| 带参数的构造函数。 更多... | |
| OFDLinearPackage (const OFDLinearPackage &other) | |
| 构造函数,通过另一个OFD线性包对象。 更多... | |
| ~OFDLinearPackage () | |
| 析构函数。 | |
| String | GetFileContent (const String &path) |
| 获取指定路径的文件内容。 更多... | |
| String | GetFileContent (const WString &path) |
| 获取指定路径的文件内容。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const OFDLinearPackage &other) const |
| 不相等操作符。 更多... | |
| OFDLinearPackage & | operator= (const OFDLinearPackage &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const OFDLinearPackage &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD线性包相关的操作。
|
explicit |
带参数的构造函数。
| [in] | path | OFD线性包文件路径。 |
|
explicit |
带参数的构造函数。
| [in] | path | OFD线性包文件路径。 |
| foxit::ofd::OFDLinearPackage::OFDLinearPackage | ( | const OFDLinearPackage & | other | ) |
构造函数,通过另一个OFD线性包对象。
| [in] | other | 另一个OFD线性包对象。* 赋值操作符。 |
| [in] | other | 另一个OFD线性包对象,其值将被赋给当前对象。 |
获取指定路径的文件内容。
| [in] | path | 指定的文件路径。 |
获取指定路径的文件内容。
| [in] | path | 指定的文件路径。 |
| bool foxit::ofd::OFDLinearPackage::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::OFDLinearPackage::operator != | ( | const OFDLinearPackage & | other | ) | const |
不相等操作符。
| [in] | other | 另一个OFD线性包对象。此函数将检查当前对象是否不等于这个对象。 |
| OFDLinearPackage& foxit::ofd::OFDLinearPackage::operator= | ( | const OFDLinearPackage & | other | ) |
赋值操作符。
*
| [in] | other | 另一个OFD线性包对象,其值将被赋给当前对象。 |
| bool foxit::ofd::OFDLinearPackage::operator== | ( | const OFDLinearPackage & | other | ) | const |
相等操作符。
| [in] | other | 另一个OFD线性包对象。此函数将检查当前对象是否等于这个对象。 |