autoTag()
書式
ovalObject
.autoTag()
説明
ovalオブジェクトをXML出力する際に自動でタグ付けを行います。パラメーターはありません。戻り値もありません。
var o=app.activeDocument.ovals; o[0].autoTag();
目次に戻る