strikeThru
書式
strikeThru
説明
打ち消し線(取り消し線)の状態を示します。以下の表に示す値になります。読み出し、書き込みが可能です。
値
内容
StrikeThruType.STRIKEBOX
打ち消し線(小文字の上くらいの位置)
StrikeThruType.STRIKEHEIGHT
打ち消し線(文字の中央)
StrikeThruType.STRIKEOFF
打ち消し線なし
var sType=app.activeDocument.activeLayer.textItem.strikeThru; alert(sType);
目次に戻る