Foxit PDF SDK
FoxitPDFSDKPython3.FixupData Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def FixupData ()
 Constructor.

 
def FixupData (other)
 Constructor, with another fixup data object.
More...
 

Static Public Attributes

 comment = _swig_property(_fsdk.FixupData_comment_get, _fsdk.FixupData_comment_set)
 Fixup rule comment to explain more details about the rule.

 
 e_FixupStateFailure = _fsdk.FixupData_e_FixupStateFailure
 A fixup failed.

 
 e_FixupStateNotRequired = _fsdk.FixupData_e_FixupStateNotRequired
 A fixup was not required.

 
 e_FixupStateSuccess = _fsdk.FixupData_e_FixupStateSuccess
 A fixup succeeded.

 
 name = _swig_property(_fsdk.FixupData_name_get, _fsdk.FixupData_name_set)
 Fixup rule name.

 
 reasons = _swig_property(_fsdk.FixupData_reasons_get, _fsdk.FixupData_reasons_set)
 Fixup reasons. This may be an empty array. The count of reasons is no more then used_times.

 
 state = _swig_property(_fsdk.FixupData_state_get, _fsdk.FixupData_state_set)
 Fixup state. Please refer to values starting from FoxitPDFSDKPython3.FixupData.e_FixupStateSuccess and this should be one of these values.

 
 used_count = _swig_property(_fsdk.FixupData_used_count_get, _fsdk.FixupData_used_count_set)
 Represents how many times the fixup operation for current data has been triggered during converting process.

 

Detailed Description

This class represents a fixup data. Fixup data represents the data for a kind of fixup operation triggered during converting process.

Constructor & Destructor Documentation

◆ FixupData()

def FoxitPDFSDKPython3.FixupData.FixupData (   other)

Constructor, with another fixup data object.

Parameters
[in]otherAnother fixup data object.