Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | FixupData () |
Constructor. 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 FoxitPDFSDKPython2.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. | |
This class represents a fixup data. Fixup data represents the data for a kind of fixup operation triggered during converting process.
def FoxitPDFSDKPython2.FixupData.FixupData | ( | ) |
Constructor.
Constructor, with another fixup data object.
[in] | other | Another fixup data object. |