firstItem()

書式

objectStyleObject = objectStylesObject.firstItem()

説明

firstItem()は最初のobjectStyleオブジェクトを返します。指定できるパラメーターはありません。
var s=app.activeDocument.objectStyles;
alert(s.firstItem().name);

目次に戻る