1 #ifndef FS_OFD_LINEARPACKAGE_H_ 2 #define FS_OFD_LINEARPACKAGE_H_ 109 #endif // FS_OFD_LINEARPACKAGE_H_ bool operator==(const OFDLinearPackage &other) const
相等操作符。
宽字符串类
Definition: fx_string.h:1457
OFDLinearPackage(const char *path)
带参数的构造函数。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
bool operator !=(const OFDLinearPackage &other) const
不相等操作符。
String GetFileContent(const String &path)
获取指定路径的文件内容。
Definition: fs_basictypes.h:465
OFDLinearPackage & operator=(const OFDLinearPackage &other)
赋值操作符。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
字节字符串类
Definition: fx_string.h:317
bool IsEmpty() const
检查当前对象是否为空。
Definition: fs_ofdlinearpackage.h:17