10-22-2009, 09:58 AM
(This post was last modified: 10-22-2009, 10:12 AM by venkatbatchu.)
Hi ,
You can use the.GetRoProperty("value") to fetch the value from the textarea
Sorry that was to fetch the value in text arer , your query is related to fetch the coordinates of the text area
find the attached document
You can use the.GetRoProperty("value") to fetch the value from the textarea
Sorry that was to fetch the value in text arer , your query is related to fetch the coordinates of the text area
Code:
.GetRoProperty("x")--x coordinate x1
.GetRoProperty("y")--y coordinate y1
.GetRoProperty("width")---
.GetRoProperty("height")---
x2=x1+width
y2=y
x3=x1
y3=y1+height
x4=x2
y4=y3
find the attached document