|
Foxit PDF SDK
|
Public Member Functions | |
| CompareResults (CompareResultInfoArray base_doc_results, CompareResultInfoArray compared_doc_results) | |
| Constructor, with parameters. More... | |
| CompareResults () | |
| Constructor. | |
| CompareResults (CompareResults compare_results) | |
| Constructor, with another compare results object. More... | |
| void | clear () |
| Clear all the result information. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| CompareResultInfoArray | getBase_doc_results () |
| Get a result information array, which contains all the compared results of a PDF page (which has been compared) in the base document. More... | |
| CompareResultInfoArray | getCompared_doc_results () |
| Get a result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document. More... | |
| void | setBase_doc_results (CompareResultInfoArray value) |
| Set a result information array, which contains all the compared results of a PDF page (which has been compared) in the base document. More... | |
| void | setCompared_doc_results (CompareResultInfoArray value) |
| Set a result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document. More... | |
This class contains all the results of a comparison process, including the results in both base document and compared document. This class is used as the return type of function Comparison.doCompare .
| com.foxit.sdk.addon.comparison.CompareResults.CompareResults | ( | CompareResultInfoArray | base_doc_results, |
| CompareResultInfoArray | compared_doc_results | ||
| ) |
Constructor, with parameters.
| [in] | base_doc_results | Compare results of base document. |
| [in] | compared_doc_results | Compare results of compared document. |
| com.foxit.sdk.addon.comparison.CompareResults.CompareResults | ( | CompareResults | compare_results | ) |
Constructor, with another compare results object.
| [in] | compare_results | Another compare results object. |
| void com.foxit.sdk.addon.comparison.CompareResults.clear | ( | ) |
Clear all the result information.
| synchronized void com.foxit.sdk.addon.comparison.CompareResults.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.addon.comparison.CompareResults.getBase_doc_results | ( | ) |
Get a result information array, which contains all the compared results of a PDF page (which has been compared) in the base document.
| com.foxit.sdk.addon.comparison.CompareResults.getCompared_doc_results | ( | ) |
Get a result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document.
| com.foxit.sdk.addon.comparison.CompareResults.setBase_doc_results | ( | CompareResultInfoArray | value | ) |
Set a result information array, which contains all the compared results of a PDF page (which has been compared) in the base document.
| [in] | value | A result information array, which contains all the compared results of a PDF page (which has been compared) in the base document. |
| com.foxit.sdk.addon.comparison.CompareResults.setCompared_doc_results | ( | CompareResultInfoArray | value | ) |
Set a result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document.
| [in] | value | A result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document. |