Foxit PDF SDK
FoxitPDFSDKPython2.WrapperData Class Reference

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.

 

Detailed Description

This class represents wrapper data, which is used for a wrapped PDF document.

Constructor & Destructor Documentation

◆ WrapperData() [1/2]

def FoxitPDFSDKPython2.WrapperData.WrapperData (   version,
  type,
  app_id,
  uri,
  description 
)

Constructor, with parameters.

Parameters
[in]versionWrapper version.
[in]typeWrapper type to indicate a type of the current wrapper file.
[in]app_idApplication identity to indicate applications to open this wrapper data.
[in]uriURI for consumers to get more information.
[in]descriptionDescription for wrapper file to show applications or confront users prompt information.

◆ WrapperData() [2/2]

def FoxitPDFSDKPython2.WrapperData.WrapperData (   wrapper_data)

Constructor, with another wrapper data object.

Parameters
[in]wrapper_dataAnother wrapper data object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.WrapperData.Set (   version,
  type,
  app_id,
  uri,
  description 
)

Set value.

Parameters
[in]versionWrapper version.
[in]typeWrapper type to indicate a type of the current wrapper file.
[in]app_idApplication identity to indicate applications to open this wrapper data.
[in]uriURI for consumers to get more information.
[in]descriptionDescription for wrapper file to show applications or confront users prompt information.
Returns
None.