|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithVersion:type:app_id:uri:description: |
| Constructor, with parameters. More... | |
| (id) | - initWithWrapper_data: |
| Constructor, with another wrapper data object. More... | |
| (void) | - set:type:app_id:uri:description: |
| Set value. More... | |
Properties | |
| NSString * | app_id |
| Application identity to indicate applications to open this wrapper data. | |
| NSString * | description |
| Description for wrapper file to show applications or confront users prompt information. | |
| NSString * | type |
| Wrapper type to indicate a type of the current wrapper file. | |
| NSString * | uri |
| The URI for consumers to get more information. | |
| int | version |
| Wrapper version. | |
This class represents wrapper data, which is used for a wrapped PDF document.
| - (id) initWithVersion: | (int) | version | |
| type: | (NSString *) | type | |
| app_id: | (NSString *) | app_id | |
| uri: | (NSString *) | uri | |
| description: | (NSString *) | description | |
Constructor, with parameters.
| [in] | version | Wrapper version. |
| [in] | type | Wrapper type to indicate a type of the current wrapper file. |
| [in] | app_id | Application identity to indicate applications to open this wrapper data. |
| [in] | uri | URI for consumers to get more information. |
| [in] | description | Description for wrapper file to show applications or confront users prompt information. |
| - (id) initWithWrapper_data: | (FSWrapperData*) | wrapper_data |
Constructor, with another wrapper data object.
| [in] | wrapper_data | Another wrapper data object. |
| - (void) set: | (int) | version | |
| type: | (NSString *) | type | |
| app_id: | (NSString *) | app_id | |
| uri: | (NSString *) | uri | |
| description: | (NSString *) | description | |
Set value.
| [in] | version | Wrapper version. |
| [in] | type | Wrapper type to indicate a type of the current wrapper file. |
| [in] | app_id | Application identity to indicate applications to open this wrapper data. |
| [in] | uri | URI for consumers to get more information. |
| [in] | description | Description for wrapper file to show applications or confront users prompt information. |