|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (void) | - clear |
| 清除所有结果信息。 更多... | |
| (id) | - init |
| 构造函数。 | |
| (id) | - initWithBase_doc_results:compared_doc_results: |
| 带参数的构造函数。 更多... | |
| (id) | - initWithCompare_results: |
| 带另一个比较结果对象的构造函数。 更多... | |
属性 | |
| FSCompareResultInfoArray * | base_doc_results |
| 结果信息数组,包含基本文档中PDF页面(已被比较)的所有比较结果。 | |
| FSCompareResultInfoArray * | compared_doc_results |
| 结果信息数组,包含比较文档中PDF页面(已被比较)的所有比较结果。 | |
此类包含比较过程的所有结果,包括基本文档和比较文档中的结果。 此类用作函数FSComparison::doCompare:compared_page_index:compare_flags:的返回类型。
| - (void) clear |
清除所有结果信息。
| - (id) initWithBase_doc_results: | (FSCompareResultInfoArray*) | base_doc_results | |
| compared_doc_results: | (FSCompareResultInfoArray*) | compared_doc_results | |
带参数的构造函数。
| [in] | base_doc_results | 基本文档的比较结果。 |
| [in] | compared_doc_results | 比较文档的比较结果。 |
| - (id) initWithCompare_results: | (FSCompareResults*) | compare_results |
带另一个比较结果对象的构造函数。
| [in] | compare_results | 另一个比较结果对象。 |