typename
書式
compoundPathItems.typename
説明
typenameはCompoundPathItemsオブジェクトの種類を示します。CompoundPathItemsオブジェクトの場合、CompoundPathItemsになります。
var str=app.activeDocument.compoundPathItems.typename; alert(str);
目次に戻る