|
Foxit PDF SDK
|
此类代表3D注释。 更多...
Public 类型 | |
| enum | PDF3DType { PDF3DType.e_3DTypeArtwork = 0, PDF3DType.e_3DTypeRichMedia = 1 } |
| 3D注释类型的枚举。 更多... | |
Public 成员函数 | |
| PDF3DAnnot (PDF3DAnnot other) | |
| 带另一个3D注释对象的构造函数。 更多... | |
| PDF3DAnnot.PDF3DType | Get3DAnnotType () |
| 获取3D注释的类型。 更多... | |
| PDF3DAnnotInstance | Get3DArtworkInstance () |
| 获取3D Artwork的实例。 更多... | |
| Annot | GetAnnot () |
| 获取关联的注释对象。 更多... | |
| int | GetAnnotIndex () |
| 获取3D 注释的索引。 更多... | |
| PDF3DAnnotInstanceArray | GetRichMediaInstances () |
| 获取3D 多媒体类型的实例数组。 更多... | |
| bool | IsEmpty () |
| 检查当前对象是否为空。 更多... | |
此类代表3D注释。
|
strong |
|
inline |
带另一个3D注释对象的构造函数。
| [in] | other | 另一个3D注释对象。 |
|
inline |
获取3D注释的类型。
|
inline |
获取3D Artwork的实例。
如果3D注释不是 foxit.addon.pdf3d.PDF3DAnnot.PDF3DType.e_3DTypeArtwork 类型,将返回空对象。
|
inline |
获取关联的注释对象。
|
inline |
获取3D 注释的索引。
|
inline |
获取3D 多媒体类型的实例数组。
如果3D注释不是 foxit.addon.pdf3d.PDF3DAnnot.PDF3DType.e_3DTypeRichMedia 类型,将返回空对象。
|
inline |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。