|
Foxit PDF SDK
|
此类代表3D注释。 更多...
Public 类型 | |
| enum | PDF3DType { e_3DTypeArtwork = 0, e_3DTypeRichMedia = 1 } |
| 3D注释类型的枚举。 更多... | |
Public 成员函数 | |
| PDF3DAnnot (const PDF3DAnnot &other) | |
| 带另一个3D注释对象的构造函数。 更多... | |
| ~PDF3DAnnot () | |
| 析构函数。 | |
| PDF3DType | Get3DAnnotType () |
| 获取3D注释的类型。 更多... | |
| PDF3DAnnotInstance | Get3DArtworkInstance () |
| 获取3D Artwork的实例。 更多... | |
| pdf::annots::Annot | GetAnnot () |
| 获取关联的注释对象。 更多... | |
| int | GetAnnotIndex () |
| 获取3D 注释的索引。 更多... | |
| PDF3DAnnotInstanceArray | GetRichMediaInstances () |
| 获取3D 多媒体类型的实例数组。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator!= (const PDF3DAnnot &other) const |
| 不相等操作符。 更多... | |
| PDF3DAnnot & | operator= (const PDF3DAnnot &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const PDF3DAnnot &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类代表3D注释。
| foxit::addon::pdf3d::PDF3DAnnot::PDF3DAnnot | ( | const PDF3DAnnot & | other | ) |
带另一个3D注释对象的构造函数。
| [in] | other | 另一个3D注释对象。 |
| PDF3DType foxit::addon::pdf3d::PDF3DAnnot::Get3DAnnotType | ( | ) |
获取3D注释的类型。
| PDF3DAnnotInstance foxit::addon::pdf3d::PDF3DAnnot::Get3DArtworkInstance | ( | ) |
| pdf::annots::Annot foxit::addon::pdf3d::PDF3DAnnot::GetAnnot | ( | ) |
获取关联的注释对象。
| int foxit::addon::pdf3d::PDF3DAnnot::GetAnnotIndex | ( | ) |
获取3D 注释的索引。
| PDF3DAnnotInstanceArray foxit::addon::pdf3d::PDF3DAnnot::GetRichMediaInstances | ( | ) |
| bool foxit::addon::pdf3d::PDF3DAnnot::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。
| bool foxit::addon::pdf3d::PDF3DAnnot::operator!= | ( | const PDF3DAnnot & | other | ) | const |
不相等操作符。
| [in] | other | 另一个3D注释对象。此函数将检查当前对象是否不等于此对象。 |
| PDF3DAnnot& foxit::addon::pdf3d::PDF3DAnnot::operator= | ( | const PDF3DAnnot & | other | ) |
赋值操作符。
| [in] | other | 另一个3D注释对象,其值将被赋给当前对象。 |
| bool foxit::addon::pdf3d::PDF3DAnnot::operator== | ( | const PDF3DAnnot & | other | ) | const |
相等操作符。
| [in] | other | 另一个3D注释对象。此函数将检查当前对象是否等于此对象。 |