텍스트의 출력 여부를 설정하는 API이다.
function btnisprintoutput_on_mouseup() { screen.alert("텍스트 출력 여부 : " + txt.isprintoutput()); }