|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOther: |
| Constructor, with another fixup data object. More... | |
Properties | |
| NSString * | comment |
| Fixup rule comment to explain more details about the rule. | |
| NSString * | name |
| Fixup rule name. | |
| NSArray< NSString * > * | reasons |
| Fixup reasons. This may be an empty array. The count of reasons will not exceed used_times. | |
| FSFixupDataFixupState | state |
| Fixup state. Please refer to values starting from FSFixupDataFixupStateSuccess and this should be one of these values. | |
| unsigned int | used_count |
| Represents the count of fixup operation invocations for current data during the conversion. | |
This class represents a fixup data. Fixup data represents the data for a kind of fixup operation triggered during converting process.
| - (id) initWithOther: | (FSFixupData*) | other |
Constructor, with another fixup data object.
| [in] | other | Another fixup data object. |