Foxit PDF SDK
|
Public Member Functions | |
FixupData () | |
Constructor. | |
FixupData (FixupData other) | |
Constructor, with another fixup data object. More... | |
String | getComment () |
Get fixup rule comment to explain more details about the rule. More... | |
String | getName () |
Get fixup rule name. More... | |
WStringArray | getReasons () |
Get fixup reasons. More... | |
int | getState () |
Get fixup state. More... | |
int | getUsed_count () |
Get represents how many times the fixup operation for current data has been triggered during converting process. More... | |
void | setComment (String value) |
Set fixup rule comment to explain more details about the rule. More... | |
void | setName (String value) |
Set fixup rule name. More... | |
void | setReasons (WStringArray value) |
Set fixup reasons. More... | |
void | setState (int value) |
Set fixup state. More... | |
void | setUsed_count (int value) |
Set represents how many times the fixup operation for current data has been triggered during converting process. More... | |
Static Public Attributes | |
static final int | e_FixupStateFailure = 1 |
A fixup failed. | |
static final int | e_FixupStateNotRequired = 2 |
A fixup was not required. | |
static final int | e_FixupStateSuccess = 0 |
A fixup succeeded. | |
This class represents a fixup data. Fixup data represents the data for a kind of fixup operation triggered during converting process.
com.foxit.sdk.addon.compliance.FixupData.FixupData | ( | FixupData | other | ) |
Constructor, with another fixup data object.
[in] | other | Another fixup data object. |
com.foxit.sdk.addon.compliance.FixupData.getComment | ( | ) |
Get fixup rule comment to explain more details about the rule.
com.foxit.sdk.addon.compliance.FixupData.getName | ( | ) |
Get fixup rule name.
com.foxit.sdk.addon.compliance.FixupData.getReasons | ( | ) |
Get fixup reasons.
com.foxit.sdk.addon.compliance.FixupData.getState | ( | ) |
Get fixup state.
com.foxit.sdk.addon.compliance.FixupData.getUsed_count | ( | ) |
Get represents how many times the fixup operation for current data has been triggered during converting process.
com.foxit.sdk.addon.compliance.FixupData.setComment | ( | String | value | ) |
Set fixup rule comment to explain more details about the rule.
[in] | value | Fixup rule comment to explain more details about the rule. |
com.foxit.sdk.addon.compliance.FixupData.setName | ( | String | value | ) |
Set fixup rule name.
[in] | value | Fixup rule name. |
com.foxit.sdk.addon.compliance.FixupData.setReasons | ( | WStringArray | value | ) |
Set fixup reasons.
[in] | value | Fixup reasons. This may be an empty array. The count of reasons is no more then used_times. |
com.foxit.sdk.addon.compliance.FixupData.setState | ( | int | value | ) |
Set fixup state.
[in] | value | Fixup state. Please refer to values starting from com.foxit.sdk.addon.compliance.FixupData.e_FixupStateSuccess and this should be one of these values. |
com.foxit.sdk.addon.compliance.FixupData.setUsed_count | ( | int | value | ) |
Set represents how many times the fixup operation for current data has been triggered during converting process.
[in] | value | Represents how many times the fixup operation for current data has been triggered during converting process. |