Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(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... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
NSString * | app_id |
Application identity to indicate applications to open this wrapper data. More... | |
NSString * | description |
Description for wrapper file to show applications or confront users prompt information. More... | |
NSString * | type |
Wrapper type to indicate a type of the current wrapper file. More... | |
NSString * | uri |
The URI for consumers to get more information. More... | |
int | version |
Wrapper version. More... | |
This class represents wrapper data, which is used for a wrapped PDF document.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
Application identity to indicate applications to open this wrapper data.
|
readwritenonatomiccopy |
Description for wrapper file to show applications or confront users prompt information.
|
readwritenonatomiccopy |
Wrapper type to indicate a type of the current wrapper file.
|
readwritenonatomiccopy |
The URI for consumers to get more information.
|
readwritenonatomicassign |
Wrapper version.