autoTcyIncludeRoman

書式

textObject.autoTcyIncludeRoman

説明

textオブジェクトの自動縦中横設定で欧文も含めるかどうかを示します。trueなら含める、falseなら含めないことになります。
var t=app.activeDocument.textFrames[0].texts[0];
alert(t.autoTcyIncludeRoman);

目次に戻る