public final class TextExtractionErrorLocation extends Object
Represents the location in the PDF document where text extraction error has appeared.
Modifier and Type | Method and Description |
---|---|
String |
getFontUsedKey()
Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
|
String |
getFormKey()
Key (name) of the PDF Form XObject in which contents stream text extraction error has located.
|
String |
getObjectType()
Type of the PDF object (Page or xForm) in which contents stream text extraction error has located.
|
int |
getOperatorIndex()
Index of text showing operator in the contents stream (operator collection) that causes text extraction error.
|
String |
getOperatorString()
Text showing operator that causes text extraction error.
|
int |
getPageNumber()
Number of the document page where text extraction error has located.
|
String |
getPath()
Location of the PDF document where text extraction error has appeared.
|
Point |
getTextStartPoint()
Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
|
String |
toString()
Represents the instance as String value.
|
public String getPath()
Location of the PDF document where text extraction error has appeared.
public int getPageNumber()
Number of the document page where text extraction error has located.
public String getObjectType()
Type of the PDF object (Page or xForm) in which contents stream text extraction error has located.
public String getFormKey()
Key (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == 'xForm'.
public int getOperatorIndex()
Index of text showing operator in the contents stream (operator collection) that causes text extraction error.
public String getOperatorString()
Text showing operator that causes text extraction error.
public String getFontUsedKey()
Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
public Point getTextStartPoint()
Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.