Interface PageElement


  • public interface PageElement

    Provides information about a single text change for the given row and column in a Page.

    • Method Detail

      • getRow

        int getRow()
      • getColumn

        int getColumn()
      • getText

        java.lang.String getText()

        Returns the page text at the given row and column.

        Returns:
        The page text at the given row and column.