Foxit PDF SDK
|
Instance Methods | |
(FSFixupData *) | - getFixupData: |
Get a fixup data. More... | |
(int) | - getFixupDataCount |
Get count of fixup data. More... | |
(FSHitData *) | - getHitData: |
Get a hit data. More... | |
(int) | - getHitDataCount |
Get count of hit data. More... | |
(id) | - init |
Constructor. | |
(id) | - initWithOther: |
Constructor, with another result information object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
This class represents the set of result information for verifying or converting process. Fixup data or hit data can be retrieved from the result information.
- (FSFixupData *) getFixupData: | (int) | index |
Get a fixup data.
[in] | index | Index of fixup data to be retrieved. Valid range: from 0 to (count-1). count is returned by function FSResultInformation::getFixupDataCount. |
- (int) getFixupDataCount |
Get count of fixup data.
- (FSHitData *) getHitData: | (int) | index |
Get a hit data.
[in] | index | Index of hit data to be retrieved. Valid range: from 0 to (count-1). count is returned by function FSResultInformation::getHitDataCount. |
- (int) getHitDataCount |
Get count of hit data.
- (id) initWithOther: | (FSResultInformation*) | other |
Constructor, with another result information object.
[in] | other | Another ResultInformation object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.