Page.getCurrentTextPos

Gets the current position for text showing.

An application can invoke getCurrentTextPos() only when graphics mode is GMode.textObject

class Page
getCurrentTextPos
()

Return Value

Type: Point

when succeed, it returns a Point struct indicating the current position for text showing of the page. Otherwise it returns a Point struct of {0, 0}.

Meta