duplicate()
書式
objectStyleObject =
objectStyleObject
.duplicate()
説明
duplicate()はobjectStyleオブジェクトを複製します。複製されたobjectStyleオブジェクトが返されます。指定できるパラメーターはありません。
var s=app.activeDocument.objectStyles[4]; s.duplicate();
目次に戻る