|
Foxit PDF SDK
|
This class represents PDF 3D annotation. More...
Public Member Functions | |
| PDF3DAnnot (PDF3DAnnot other) | |
| Constructor, with another 3d annot object. More... | |
| synchronized void | delete () |
| Clean up related C++ resources immediately. More... | |
| int | get3DAnnotType () |
| Get the type of 3D annot. More... | |
| PDF3DAnnotInstance | get3DArtworkInstance () |
| Get the instance of 3D Artwork. More... | |
| Annot | getAnnot () |
| Get associated annotation. More... | |
| int | getAnnotIndex () |
| Get the annotation index corresponding to 3d annot. More... | |
| PDF3DAnnotInstanceArray | getRichMediaInstances () |
| Get the instance array of rich media. More... | |
| boolean | isEmpty () |
| Check whether current object is empty or not. More... | |
Public Member Functions inherited from com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| Clean up related C++ resources immediately. More... | |
Static Public Attributes | |
| static final int | e_3DTypeArtwork = 0 |
| 3D Artwork. | |
| static final int | e_3DTypeRichMedia = 1 |
| Rich Media . | |
This class represents PDF 3D annotation.
| com.foxit.sdk.addon.pdf3d.PDF3DAnnot.PDF3DAnnot | ( | PDF3DAnnot | other | ) |
Constructor, with another 3d annot object.
| [in] | other | Another 3d annot object. |
| synchronized void com.foxit.sdk.addon.pdf3d.PDF3DAnnot.delete | ( | ) |
Clean up related C++ resources immediately.
| int com.foxit.sdk.addon.pdf3d.PDF3DAnnot.get3DAnnotType | ( | ) |
Get the type of 3D annot.
| PDF3DAnnotInstance com.foxit.sdk.addon.pdf3d.PDF3DAnnot.get3DArtworkInstance | ( | ) |
Get the instance of 3D Artwork.
If the 3D annot type is not com.foxit.sdk.addon.pdf3d.PDF3DAnnot.e_3DTypeArtwork , an empty object will be returned.
| Annot com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getAnnot | ( | ) |
Get associated annotation.
| int com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getAnnotIndex | ( | ) |
Get the annotation index corresponding to 3d annot.
| PDF3DAnnotInstanceArray com.foxit.sdk.addon.pdf3d.PDF3DAnnot.getRichMediaInstances | ( | ) |
Get the instance array of rich media.
If the 3D annot type is not com.foxit.sdk.addon.pdf3d.PDF3DAnnot.e_3DTypeRichMedia , an empty array will be returned.
| boolean com.foxit.sdk.addon.pdf3d.PDF3DAnnot.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.