Foxit PDF SDK
|
Public Member Functions | |
ResultInformation () | |
Constructor. | |
ResultInformation (ResultInformation other) | |
Constructor, with another result information object. More... | |
FixupData | getFixupData (int index) throws com.foxit.sdk.PDFException |
Get a fixup data. More... | |
int | getFixupDataCount () throws com.foxit.sdk.PDFException |
Get count of fixup data. More... | |
HitData | getHitData (int index) throws com.foxit.sdk.PDFException |
Get a hit data. More... | |
int | getHitDataCount () throws com.foxit.sdk.PDFException |
Get count of hit data. More... | |
boolean | 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.
com.foxit.sdk.addon.compliance.ResultInformation.ResultInformation | ( | ResultInformation | other | ) |
Constructor, with another result information object.
[in] | other | Another ResultInformation object. |
FixupData com.foxit.sdk.addon.compliance.ResultInformation.getFixupData | ( | int | index | ) | throws com.foxit.sdk.PDFException |
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 ResultInformation.getFixupDataCount . |
int com.foxit.sdk.addon.compliance.ResultInformation.getFixupDataCount | ( | ) | throws com.foxit.sdk.PDFException |
Get count of fixup data.
HitData com.foxit.sdk.addon.compliance.ResultInformation.getHitData | ( | int | index | ) | throws com.foxit.sdk.PDFException |
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 ResultInformation.getHitDataCount . |
int com.foxit.sdk.addon.compliance.ResultInformation.getHitDataCount | ( | ) | throws com.foxit.sdk.PDFException |
Get count of hit data.
boolean com.foxit.sdk.addon.compliance.ResultInformation.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.