orientation

書式

textFrameObject.orientation

説明

テキストフレームの筆記方向(縦書き・横書き)を示します。以下の表に示す値をになります。読み出し/設定ができます。

内容
TextOrientation.HORIZONTAL横書き
TextOrientation.VERTICAL縦書き
var oType=app.activeDocument.textFrames[0].orientation;
alert(oType);

目次に戻る