firstItem()
書式
guideObject =
guidesObject
.firstItem()
説明
firstItem()は最初のguideオブジェクトを返します。指定できるパラメーターはありません。
var g=app.activeDocument.guides; alert(g.firstItem().id);
目次に戻る