public interface PageElement
Interface that represents an update to a region of a Page.
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
The column (horizontal) coordinate of the start of the updated region.
|
int |
getRow()
The row (vertical) cooordinate of the start of the updated region.
|
java.lang.String |
getText()
Gets the updated text for the region of the Page.
|
int getColumn()
The column (horizontal) coordinate of the start of the updated region.
int getRow()
The row (vertical) cooordinate of the start of the updated region.
java.lang.String getText()
Gets the updated text for the region of the Page.
Please send bug reports and comments to Caplin support