|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetApp_id () |
| Get application identity to indicate applications to open this wrapper data. More... | |
| def | GetDescription () |
| Get description for wrapper file to show applications or confront users prompt information. More... | |
| def | GetUri () |
| Get the URI for consumers to get more information. More... | |
| def | GetVersion () |
| Get wrapper version. More... | |
| def | Set (version, type, app_id, uri, description) |
| Set value. More... | |
| def | SetApp_id (value) |
| Set application identity to indicate applications to open this wrapper data. More... | |
| def | SetDescription (value) |
| Set description for wrapper file to show applications or confront users prompt information. More... | |
| def | SetUri (value) |
| Set the URI for consumers to get more information. More... | |
| def | SetVersion (value) |
| Set wrapper version. More... | |
This class represents wrapper data, which is used for a wrapped PDF document.
| fsdk.WrapperData.GetApp_id | ( | ) |
Get application identity to indicate applications to open this wrapper data.
| fsdk.WrapperData.GetDescription | ( | ) |
Get description for wrapper file to show applications or confront users prompt information.
| fsdk.WrapperData.GetUri | ( | ) |
Get the URI for consumers to get more information.
| fsdk.WrapperData.GetVersion | ( | ) |
Get wrapper version.
| def fsdk.WrapperData.Set | ( | version, | |
| type, | |||
| app_id, | |||
| uri, | |||
| 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. |
| fsdk.WrapperData.SetApp_id | ( | value | ) |
Set application identity to indicate applications to open this wrapper data.
| [in] | value | Application identity to indicate applications to open this wrapper data. |
| fsdk.WrapperData.SetDescription | ( | 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. |
| fsdk.WrapperData.SetUri | ( | value | ) |
Set the URI for consumers to get more information.
| [in] | value | The URI for consumers to get more information. |
| fsdk.WrapperData.SetVersion | ( | value | ) |
Set wrapper version.
| [in] | value | Wrapper version. |