xmpMetadata

書式

layer.xmpMetadata

説明

レイヤーのXMPメタデータオブジェクトを示します。
var myLayer=app.activeDocument.activeLayer;
alert(myLayer.xmpMetadata);

目次に戻る