autoLeading

書式

characterObject.autoLeading

説明

文字が自動行送りかどうかを示します。自動行送りの場合はtrueになります。そうでない場合はfalseになります。
var type=app.activeDocument.textFrames[0].characters[0].autoLeading;
alert(type);

目次に戻る