|
Foxit PDF SDK
|
Public 成员函数 | |
| boolean | needToPause () |
| 用于暂停当前拆分进度的回调函数。 更多... | |
| void | progressNotify (String before_splitting_file_name, String after_split_file_path, int split_page_count, int total_page_count) |
| 用于通知当前拆分进度的回调函数。 更多... | |
| void | resultNotify (SplitFileResultArray result_array) |
| 用于通知当前拆分结果的回调函数。 更多... | |
此类表示用于在拆分过程中暂停和通知拆分进度以及通知拆分结果的回调对象。 此类中的所有纯虚函数用作回调函数,应由用户实现。
| boolean com.foxit.sdk.pdf.SplitPDFDocCallback.needToPause | ( | ) |
用于暂停当前拆分进度的回调函数。
| void com.foxit.sdk.pdf.SplitPDFDocCallback.progressNotify | ( | String | before_splitting_file_name, |
| String | after_split_file_path, | ||
| int | split_page_count, | ||
| int | total_page_count | ||
| ) |
用于通知当前拆分进度的回调函数。
| [in] | before_splitting_file_name | 拆分前原始PDF文档的文件名。 |
| [in] | after_split_file_path | 拆分生成的PDF文档的文件路径。 |
| [in] | split_page_count | 当前PDF文档中要拆分的页面数。 |
| [in] | total_page_count | 当前PDF文档中的总页面数。 |
| void com.foxit.sdk.pdf.SplitPDFDocCallback.resultNotify | ( | SplitFileResultArray | result_array | ) |