Interface PageElement


public interface PageElement

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

  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    Returns the page text at the given row and column.
  • Method Details

    • getRow

      int getRow()
    • getColumn

      int getColumn()
    • getText

      String getText()

      Returns the page text at the given row and column.

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