desiredWordScaling

書式

desiredWordScaling

説明

テキストレイヤーの段落の単語間隔の拡大/縮小の最適の値を示します。
app.activeDocument.activeLayer.textItem.justification=Justification.CENTERJUSTIFIED;
var n=app.activeDocument.activeLayer.textItem.desiredWordScaling;
alert(n);

目次に戻る