com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class TextExtractionErrorLocation



  • public final class TextExtractionErrorLocation
    extends Object

    Represents the location in the PDF document where text extraction error has appeared.

    • Method Detail

      • getPath

        public String getPath()

        Location of the PDF document where text extraction error has appeared.

        Returns:
        String value
      • getPageNumber

        public int getPageNumber()

        Number of the document page where text extraction error has located.

        Returns:
        int value
      • getObjectType

        public String getObjectType()

        Type of the PDF object (Page or xForm) in which contents stream text extraction error has located.

        Returns:
        String value
      • getFormKey

        public String getFormKey()

        Key (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == 'xForm'.

        Returns:
        String value
      • getOperatorIndex

        public int getOperatorIndex()

        Index of text showing operator in the contents stream (operator collection) that causes text extraction error.

        Returns:
        int value
      • getOperatorString

        public String getOperatorString()

        Text showing operator that causes text extraction error.

        Returns:
        String value
      • getFontUsedKey

        public String getFontUsedKey()

        Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.

        Returns:
        String value
      • getTextStartPoint

        public Point getTextStartPoint()

        Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.

        Returns:
        Point instance
      • toString

        public String toString()
        Represents the instance as String value.
        Overrides:
        toString in class Object
        Returns:
        String value