subPathItems
書式
PathItemObject
.subPathItems
説明
SubPathItemsコレクションを示します。読み出しのみです。
var obj=app.activeDocument.pathItems[0].subPathItems; alert(obj);
目次に戻る