Package com.caplin.streamlink
Interface PageElement
-
public interface PageElement
Provides information about a single text change for the given row and column in a Page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumn()
int
getRow()
java.lang.String
getText()
Returns the page text at the given row and column.
-