캡션 » Api

getfontstrikeout

Description

도형의 text 폰트에 취소선이 설정되어 있는지 여부를 반환하는 API이다.

Return Value

Type Description
short 폰트 취소선 여부(true, false)

Example

function btn_getfontstrikeout_on_mouseup() { screen.alert(objShape.getfontstrikeout()); }

See Also

getfontblod
getfontitalic
getfontname
getfontunderline
getfont

Viewer Ver.

9.1.1.1

Update Date

20210531