characterAttributes
書式
textRange
.characterAttributes
説明
characterAttributesはTextRangeオブジェクトの文字の各種プロパティ(属性)を示します。
var ca=app.activeDocument.selection.textRanges[0].characterAttributes; alert(ca.size);
目次に戻る