|
Foxit PDF SDK
|
Public 成员函数 | |
| FLDPage (const FLDPage &other) | |
| 构造函数,通过另一个FLD页面对象。 更多... | |
| ~FLDPage () | |
| 析构函数。 | |
| foxit::RectF | GetBox () const |
| 获取页面区域。 更多... | |
| foxit::Matrix | GetDisplayMatrix (int left, int top, int width, int height, foxit::common::Rotation rotate) const |
| 计算渲染矩阵。 更多... | |
| float | GetHeight () const |
| 获取页面高度。单位为1/72英寸。 更多... | |
| foxit::common::Rotation | GetRotation () const |
| 获取页面旋转角度。 更多... | |
| float | GetWidth () const |
| 获取页面宽度。单位为1/72英寸。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | IsParsed () const |
| 检查当前对象是否已解析。 更多... | |
| bool | operator != (const FLDPage &other) const |
| 不相等操作符。 更多... | |
| FLDPage & | operator= (const FLDPage &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const FLDPage &other) const |
| 相等操作符。 更多... | |
| ErrorCode | Parse () const |
| 解析当前对象。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和FLD页面相关的方法。
| foxit::fld::FLDPage::FLDPage | ( | const FLDPage & | other | ) |
构造函数,通过另一个FLD页面对象。
| [in] | other | 另一个FLD页面对象。 |
| foxit::RectF foxit::fld::FLDPage::GetBox | ( | ) | const |
获取页面区域。
| foxit::Matrix foxit::fld::FLDPage::GetDisplayMatrix | ( | int | left, |
| int | top, | ||
| int | width, | ||
| int | height, | ||
| foxit::common::Rotation | rotate | ||
| ) | const |
计算渲染矩阵。
| [in] | left | 设备区域左上角X坐标。 |
| [in] | top | 设备区域左上角Y坐标。 |
| [in] | width | 设备区域宽度。 |
| [in] | height | 设备区域高度。 |
| [in] | rotate | 旋转角度。 |
| float foxit::fld::FLDPage::GetHeight | ( | ) | const |
获取页面高度。单位为1/72英寸。
| foxit::common::Rotation foxit::fld::FLDPage::GetRotation | ( | ) | const |
获取页面旋转角度。
| float foxit::fld::FLDPage::GetWidth | ( | ) | const |
获取页面宽度。单位为1/72英寸。
| bool foxit::fld::FLDPage::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::fld::FLDPage::IsParsed | ( | ) | const |
检查当前对象是否已解析。
| bool foxit::fld::FLDPage::operator != | ( | const FLDPage & | other | ) | const |
不相等操作符。
| [in] | other | 另一个FLD页面对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个FLD页面对象,其值将被赋给当前对象。 |
| bool foxit::fld::FLDPage::operator== | ( | const FLDPage & | other | ) | const |
相等操作符。
| [in] | other | 另一个FLD页面对象。此函数将检查当前对象是否等于这个对象。 |
| ErrorCode foxit::fld::FLDPage::Parse | ( | ) | const |
解析当前对象。