|
Foxit PDF SDK
|
继承自 Object .
Public 类型 | |
| enum | GotoDestType { e_GotoDestTypeUnknown = 0, e_GotoDestTypeXYZ = 1, e_GotoDestTypeFit = 2, e_GotoDestTypeFitH = 3, e_GotoDestTypeFitV = 4, e_GotoDestTypeFitR = 5 } |
| OFD跳转动作的目标类型枚举类型。 更多... | |
Public 成员函数 | |
| ActionDestinationInfo (foxit::uint32 page_id, GotoDestType type, float left, float right, float top, float bottom, float zoom) | |
| 带参数的构造函数。 更多... | |
| ActionDestinationInfo (const ActionDestinationInfo &other) | |
| 构造函数,通过另一个动作跳转目标信息对象。 更多... | |
| ActionDestinationInfo & | operator= (const ActionDestinationInfo &other) |
| 赋值操作符。 更多... | |
| void | Set (foxit::uint32 page_id, GotoDestType type, float left, float right, float top, float bottom, float zoom) |
| 设置值。 更多... | |
Public 属性 | |
| float | bottom |
| 下边距,单位为毫米。 更多... | |
| float | left |
| 左边距,单位为毫米。 更多... | |
| foxit::uint32 | page_id |
| 页面ID。 更多... | |
| float | right |
| 右边距,单位为毫米。 更多... | |
| float | top |
| 上边距,单位为毫米。 更多... | |
| GotoDestType | type |
| 目标类型。请参考从 GotoDestType::e_GotoDestTypeXYZ 开始的值, 这应该是这些值中的一个。 | |
| float | zoom |
| 缩放比例,取值范围为0.1-64。 更多... | |
此类表示类型为e_ActionTypeGoto的动作跳转的目标信息。
|
inlineexplicit |
带参数的构造函数。
| [in] | page_id | 页面ID。 |
| [in] | type | 目标类型。请参考从 GotoDestType::e_GotoDestTypeXYZ 开始的值, 这应该是这些值中的一个。 |
| [in] | left | 左边距,单位为毫米。 |
| [in] | right | 右边距,单位为毫米。 |
| [in] | top | 上边距,单位为毫米。 |
| [in] | bottom | 下边距,单位为毫米。 |
| [in] | zoom | 缩放比例,取值范围为0.1-64。 |
|
inline |
构造函数,通过另一个动作跳转目标信息对象。
| [in] | other | 另一个动作跳转目标信息对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个动作跳转目标信息对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | page_id | 页面ID。 |
| [in] | type | 目标类型。请参考从 GotoDestType::e_GotoDestTypeXYZ 开始的值, 这应该是这些值中的一个。 |
| [in] | left | 左边距,单位为毫米。 |
| [in] | right | 右边距,单位为毫米。 |
| [in] | top | 上边距,单位为毫米。 |
| [in] | bottom | 下边距,单位为毫米。 |
| [in] | zoom | 缩放比例,取值范围为0.1-64。 |
| float foxit::ofd::ActionDestinationInfo::bottom |
下边距,单位为毫米。
| float foxit::ofd::ActionDestinationInfo::left |
左边距,单位为毫米。
| foxit::uint32 foxit::ofd::ActionDestinationInfo::page_id |
页面ID。
| float foxit::ofd::ActionDestinationInfo::right |
右边距,单位为毫米。
| float foxit::ofd::ActionDestinationInfo::top |
上边距,单位为毫米。
| float foxit::ofd::ActionDestinationInfo::zoom |
缩放比例,取值范围为0.1-64。