firstLineIndent
書式
characterObject
.firstLineIndent
説明
firstLineIndentプロパティには1行目のインデントの値が格納されています。
var c=app.activeDocument.pages[0].textFrames[0].characters; alert(c[0].firstLineIndent);
目次に戻る