leading
書式
characterObject
.leading
説明
文字の行送りを示します。
var txt=app.activeDocument.textFrames[0].characters[0].leading; alert(txt);
目次に戻る