firstItem()

書式

strokeStyleObject = strokeStylesObject.firstItem()

説明

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

目次に戻る