Public Member Functions | |
WrapperData () | |
Constructor. | |
WrapperData (int version, String type, String app_id, String uri, String description) | |
Constructor, with parameters. More... | |
WrapperData (WrapperData wrapper_data) | |
Constructor, with another wrapper data object. More... | |
String | getApp_id () |
Get application identity to indicate applications to open this wrapper data. More... | |
String | getDescription () |
Get description for wrapper file to show applications or confront users prompt information. More... | |
String | getType () |
Get wrapper type to indicate a type of the current wrapper file. More... | |
String | getUri () |
Get the URI for consumers to get more information. More... | |
int | getVersion () |
Get wrapper version. More... | |
void | set (int version, String type, String app_id, String uri, String description) |
Set value. More... | |
void | setApp_id (String value) |
Set application identity to indicate applications to open this wrapper data. More... | |
void | setDescription (String value) |
Set description for wrapper file to show applications or confront users prompt information. More... | |
void | setType (String value) |
Set wrapper type to indicate a type of the current wrapper file. More... | |
void | setUri (String value) |
Set the URI for consumers to get more information. More... | |
void | setVersion (int value) |
Set wrapper version. More... | |
This class represents wrapper data, which is used for a wrapped PDF document.
com.foxit.sdk.pdf.WrapperData.WrapperData | ( | int | version, |
String | type, | ||
String | app_id, | ||
String | uri, | ||
String | 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. |
com.foxit.sdk.pdf.WrapperData.WrapperData | ( | WrapperData | wrapper_data | ) |
Constructor, with another wrapper data object.
[in] | wrapper_data | Another wrapper data object. |
com.foxit.sdk.pdf.WrapperData.getApp_id | ( | ) |
Get application identity to indicate applications to open this wrapper data.
com.foxit.sdk.pdf.WrapperData.getDescription | ( | ) |
Get description for wrapper file to show applications or confront users prompt information.
com.foxit.sdk.pdf.WrapperData.getType | ( | ) |
Get wrapper type to indicate a type of the current wrapper file.
com.foxit.sdk.pdf.WrapperData.getUri | ( | ) |
Get the URI for consumers to get more information.
com.foxit.sdk.pdf.WrapperData.getVersion | ( | ) |
Get wrapper version.
void com.foxit.sdk.pdf.WrapperData.set | ( | int | version, |
String | type, | ||
String | app_id, | ||
String | uri, | ||
String | 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. |
com.foxit.sdk.pdf.WrapperData.setApp_id | ( | String | value | ) |
Set application identity to indicate applications to open this wrapper data.
[in] | value | Application identity to indicate applications to open this wrapper data. |
com.foxit.sdk.pdf.WrapperData.setDescription | ( | String | value | ) |
Set description for wrapper file to show applications or confront users prompt information.
[in] | value | Description for wrapper file to show applications or confront users prompt information. |
com.foxit.sdk.pdf.WrapperData.setType | ( | String | value | ) |
Set wrapper type to indicate a type of the current wrapper file.
[in] | value | Wrapper type to indicate a type of the current wrapper file. |
com.foxit.sdk.pdf.WrapperData.setUri | ( | String | value | ) |
Set the URI for consumers to get more information.
[in] | value | The URI for consumers to get more information. |
com.foxit.sdk.pdf.WrapperData.setVersion | ( | int | value | ) |
Set wrapper version.
[in] | value | Wrapper version. |