|
Foxit PDF SDK
|
Public 成员函数 | |
| AnnotCombination () | |
| 构造函数。 | |
| AnnotCombination (const AnnotCombination &other) | |
| 构造函数,通过另一个OFD标注组合对象。 更多... | |
| ~AnnotCombination () | |
| 析构函数。 | |
| bool | AddAnnotFile (const String &file_path) |
| 添加标注文件。 更多... | |
| bool | AddAnnotFile (const WString &file_path) |
| 添加标注文件。 更多... | |
| bool | AddAnnotFile (const void *buf, size_t buf_len) |
| 添加标注文件。 更多... | |
| bool | AddAnnotFile (foxit::common::file::ReaderCallback *file_reader) |
| 添加标注文件。 更多... | |
| bool | ExportAnnotFile (foxit::common::file::WriterCallback *file_writer) |
| 导出标注组合到新的ofd文件。 更多... | |
| bool | ExportToFile (const String &file_path) |
| 导出标注组合到文件。 更多... | |
| bool | ExportToFile (const WString &file_path) |
| 导出标注组合到新的ofd文件。 更多... | |
| String | ExportToFile () |
| 导出新的标注组合ofd文件到内存缓冲区。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const AnnotCombination &other) const |
| 不相等操作符。 更多... | |
| AnnotCombination & | operator= (const AnnotCombination &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const AnnotCombination &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD标注组合对象相关的方法
| foxit::ofd::AnnotCombination::AnnotCombination | ( | const AnnotCombination & | other | ) |
构造函数,通过另一个OFD标注组合对象。
| [in] | other | 另一个OFD标注组合对象。 |
| bool foxit::ofd::AnnotCombination::AddAnnotFile | ( | const String & | file_path | ) |
添加标注文件。
| [in] | file_path | 标注文件路径。 |
| bool foxit::ofd::AnnotCombination::AddAnnotFile | ( | const WString & | file_path | ) |
添加标注文件。
| [in] | file_path | 标注文件路径。 |
| bool foxit::ofd::AnnotCombination::AddAnnotFile | ( | const void * | buf, |
| size_t | buf_len | ||
| ) |
添加标注文件。
| [in] | buf | 标注文件内存缓冲区指针。 |
| [in] | buf_len | 标注文件内存缓冲区大小。 |
| bool foxit::ofd::AnnotCombination::AddAnnotFile | ( | foxit::common::file::ReaderCallback * | file_reader | ) |
| bool foxit::ofd::AnnotCombination::ExportAnnotFile | ( | foxit::common::file::WriterCallback * | file_writer | ) |
导出标注组合到新的ofd文件。
| [in] | file_writer | 用户实现的 common::file::WriterCallback 对象,用于保存标注组合文件。 |
| bool foxit::ofd::AnnotCombination::ExportToFile | ( | const String & | file_path | ) |
导出标注组合到文件。
| [in] | file_path | 导出标注文件路径。 |
| bool foxit::ofd::AnnotCombination::ExportToFile | ( | const WString & | file_path | ) |
导出标注组合到新的ofd文件。
| [in] | file_path | 导出标注文件路径。 |
| String foxit::ofd::AnnotCombination::ExportToFile | ( | ) |
导出新的标注组合ofd文件到内存缓冲区。
| bool foxit::ofd::AnnotCombination::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::AnnotCombination::operator != | ( | const AnnotCombination & | other | ) | const |
不相等操作符。
| [in] | other | 另一个OFD标注组合对象。此函数将检查当前对象是否不等于这个对象。 |
| AnnotCombination& foxit::ofd::AnnotCombination::operator= | ( | const AnnotCombination & | other | ) |
赋值操作符。
| [in] | other | 另一个OFD标注组合对象,其值将被赋给当前对象。 |
| bool foxit::ofd::AnnotCombination::operator== | ( | const AnnotCombination & | other | ) | const |
相等操作符。
| [in] | other | 另一个OFD标注组合对象。此函数将检查当前对象是否等于这个对象。 |