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 is no more then 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 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.
- (id) initWithOther: | (FSFixupData*) | other |
Constructor, with another fixup data object.
[in] | other | Another fixup data object. |