|
Foxit PDF SDK
|
This class represents the data of a 3D annotation view. More...
Public Member Functions | |
| PDF3DAnnotViewData () | |
| Constructor. | |
| PDF3DAnnotViewData (PDF3DAnnotViewData other) | |
| Constructor, with another 3D annot view data object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| String | getDisplay_name () |
| Get the display name of the view. More... | |
| String | getName () |
| Get the name of the view, which is the unique name. More... | |
| void | setDisplay_name (String value) |
| Set the display name of the view. More... | |
| void | setName (String value) |
| Set the name of the view, which is the unique name. More... | |
This class represents the data of a 3D annotation view.
| com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.PDF3DAnnotViewData | ( | PDF3DAnnotViewData | other | ) |
Constructor, with another 3D annot view data object.
| [in] | other | Another 3D annot view data object. |
| synchronized void com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.getDisplay_name | ( | ) |
Get the display name of the view.
| com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.getName | ( | ) |
Get the name of the view, which is the unique name.
| com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.setDisplay_name | ( | String | value | ) |
Set the display name of the view.
| [in] | value | The display name of the view. This name can be duplicated with other views. |
| com.foxit.sdk.addon.pdf3d.PDF3DAnnotViewData.setName | ( | String | value | ) |
Set the name of the view, which is the unique name.
| [in] | value | The name of the view, which is the unique name. |