Paragraph.GetPos

table Paragraph.GetPos ( 

string ObjectName )

Example 1

Para_Pos = Paragraph.GetPos("Info Text");

Gets the current X, Y coordinates of the "Info Text" paragraph object and stores the results in a table called "Para_Pos." These values can be accessed by referencing Para_Pos.X and Para_Pos.Y.

See also:  Related Actions