appliedConditions

書式

textObject.appliedConditions

説明

textオブジェクトに適用されている条件を示すオブジェクトを示します。
参考ページ
var t=app.activeDocument.textFrames[0].texts[0];
alert(t.appliedConditions.length);

目次に戻る