Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | FixupData () |
Constructor. | |
def | FixupData (other) |
Constructor, with another fixup data object. More... | |
Static Public Attributes | |
comment = _fsdk.FixupData_comment | |
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 = _fsdk.FixupData_name | |
Fixup rule name. | |
reasons = _fsdk.FixupData_reasons | |
Fixup reasons. This may be an empty array. The count of reasons is no more then used_times. | |
state = _fsdk.FixupData_state | |
Fixup state. Please refer to values starting from FoxitPDFSDKPython3.FixupData.e_FixupStateSuccess and this should be one of these values. | |
used_count = _fsdk.FixupData_used_count | |
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 FoxitPDFSDKPython3.FixupData.FixupData | ( | other | ) |
Constructor, with another fixup data object.
[in] | other | Another fixup data object. |