akiLeft

書式

characterObject.akiLeft

説明

文字のアキ(左)を示します。
var txt=app.activeDocument.textFrames[0].characters[0].akiLeft;
alert(txt);

目次に戻る