firstLineIndent
書式
firstLineIndent
説明
テキストレイヤーの最初の段落のインデント(字下げ)を示します。
?
1
2
var
c=app.activeDocument.activeLayer.textItem.firstLineIndent;
alert(c);
目次に戻る