leading

書式

leading

説明

テキストレイヤーの行間を示します。UnitValue形式で指定できます。読み出し、書き込みが可能です。
var n=app.activeDocument.activeLayer.textItem.leading;
alert(n);

目次に戻る