removeAll()
書式
countItems.removeAll()
説明
ドキュメント上からすべてのCountItemを削除します。指定できるパラメーターはありません。戻り値もありません。
app.activeDocument.countItems.removeAll();
目次に戻る