|
Foxit PDF Conversion SDK
|
Public 成员函数 | |
| Progressive (Progressive other) throws com.foxit.sdk.PDFException | |
| 构造函数,使用另一个渐进式对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| int | getRateOfProgress () throws com.foxit.sdk.PDFException |
| 获取当前进度的比率。 更多... | |
| int | resume () throws com.foxit.sdk.PDFException |
| 继续渐进式过程。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
静态 Public 属性 | |
| static final int | e_Error = 0 |
| 进度状态:发生任何错误。 | |
| static final int | e_Finished = 2 |
| 进度状态:进度已完成。 | |
| static final int | e_ToBeContinued = 1 |
| 进度状态:进度需要继续。 | |
此类表示一个渐进式对象,用于将PDF文档转换为Office文档的渐进式过程。
| com.foxit.sdk.common.Progressive.Progressive | ( | Progressive | other | ) | throws com.foxit.sdk.PDFException |
构造函数,使用另一个渐进式对象。
| [in] | other | 另一个渐进式对象。 |
| synchronized void com.foxit.sdk.common.Progressive.delete | ( | ) |
直接清除C++相关资源。
| int com.foxit.sdk.common.Progressive.getRateOfProgress | ( | ) | throws com.foxit.sdk.PDFException |
获取当前进度的比率。
| int com.foxit.sdk.common.Progressive.resume | ( | ) | throws com.foxit.sdk.PDFException |
继续渐进式过程。