|
Foxit PDF Conversion SDK
|
Public 类型 | |
| enum | State { e_Error = 0, e_ToBeContinued = 1, e_Finished = 2 } |
| 进度状态的枚举。 更多... | |
Public 成员函数 | |
| Progressive (const Progressive &other) | |
| 构造函数,使用另一个渐进式对象。 更多... | |
| ~Progressive () | |
| 析构函数。 | |
| State | Continue () |
| 继续渐进式过程。 更多... | |
| int | GetRateOfProgress () |
| 获取当前进度的比率。 更多... | |
| Progressive & | operator= (const Progressive &other) |
| 赋值运算符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示一个渐进式对象,用于将PDF文档转换为Office文档的渐进式过程。
| foxit::common::Progressive::Progressive | ( | const Progressive & | other | ) |
构造函数,使用另一个渐进式对象。
| [in] | other | 另一个渐进式对象。 |
| State foxit::common::Progressive::Continue | ( | ) |
继续渐进式过程。
| int foxit::common::Progressive::GetRateOfProgress | ( | ) |
获取当前进度的比率。
| Progressive& foxit::common::Progressive::operator= | ( | const Progressive & | other | ) |
赋值运算符。
| [in] | other | 另一个渐进式对象,其值将被赋给当前对象。 |