도형에 입력된 텍스트를 반환하는 API이다.
function btn_gettext_on_mouseup() { screen.alert(objShape.gettext()); // 도형에 입력된 텍스트 가져오기 }