|
Foxit PDF SDK
|
此类代表3D注释。 更多...
Public 成员函数 | |
| PDF3DAnnot (PDF3DAnnot other) | |
| 带另一个3D注释对象的构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| int | get3DAnnotType () |
| 获取3D注释的类型。 更多... | |
| PDF3DAnnotInstance | get3DArtworkInstance () |
| 获取3D Artwork的实例。 更多... | |
| Annot | getAnnot () |
| 获取关联的注释对象。 更多... | |
| int | getAnnotIndex () |
| 获取3D 注释的索引。 更多... | |
| PDF3DAnnotInstanceArray | getRichMediaInstances () |
| 获取3D 多媒体类型的实例数组。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
静态 Public 属性 | |
| static final int | e_3DTypeArtwork = 0 |
| 3D类型:Artwork。 | |
| static final int | e_3DTypeRichMedia = 1 |
| 3D类型:多媒体。 | |
此类代表3D注释。
| com.foxit.sdk.addon.pdf3d.PDF3DAnnot.PDF3DAnnot | ( | PDF3DAnnot | other | ) |
带另一个3D注释对象的构造函数。
| [in] | other | 另一个3D注释对象。 |
| synchronized void com.foxit.sdk.addon.pdf3d.PDF3DAnnot.delete | ( | ) |
直接清除C++相关资源。
| int com.foxit.sdk.addon.pdf3d.PDF3DAnnot.get3DAnnotType | ( | ) |
获取3D注释的类型。
| PDF3DAnnotInstance com.foxit.sdk.addon.pdf3d.PDF3DAnnot.get3DArtworkInstance | ( | ) |
获取3D Artwork的实例。
如果3D注释不是 com.foxit.sdk.addon.pdf3d.PDF3DAnnot.e_3DTypeArtwork 类型,将返回空对象。
| Annot com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getAnnot | ( | ) |
获取关联的注释对象。
| int com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getAnnotIndex | ( | ) |
获取3D 注释的索引。
| PDF3DAnnotInstanceArray com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getRichMediaInstances | ( | ) |
获取3D 多媒体类型的实例数组。
如果3D注释不是 com.foxit.sdk.addon.pdf3d.PDF3DAnnot.e_3DTypeRichMedia 类型,将返回空对象。
| boolean com.foxit.sdk.addon.pdf3d.PDF3DAnnot.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。