Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | WrapperData () |
Constructor. | |
def | WrapperData (version, type, app_id, uri, description) |
Constructor, with parameters. More... | |
def | WrapperData (wrapper_data) |
Constructor, with another wrapper data object. More... | |
def | Set (version, type, app_id, uri, description) |
Set value. More... | |
Static Public Attributes | |
app_id = _swig_property(_fsdk.WrapperData_app_id_get, _fsdk.WrapperData_app_id_set) | |
Application identity to indicate applications to open this wrapper data. | |
description = _swig_property(_fsdk.WrapperData_description_get, _fsdk.WrapperData_description_set) | |
Description for wrapper file to show applications or confront users prompt information. | |
type = _swig_property(_fsdk.WrapperData_type_get, _fsdk.WrapperData_type_set) | |
Wrapper type to indicate a type of the current wrapper file. | |
uri = _swig_property(_fsdk.WrapperData_uri_get, _fsdk.WrapperData_uri_set) | |
The URI for consumers to get more information. | |
version = _swig_property(_fsdk.WrapperData_version_get, _fsdk.WrapperData_version_set) | |
Wrapper version. | |
This class represents wrapper data, which is used for a wrapped PDF document.
def FoxitPDFSDKPython2.WrapperData.WrapperData | ( | version, | |
type, | |||
app_id, | |||
uri, | |||
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. |
def FoxitPDFSDKPython2.WrapperData.WrapperData | ( | wrapper_data | ) |
Constructor, with another wrapper data object.
[in] | wrapper_data | Another wrapper data object. |
def FoxitPDFSDKPython2.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. |