使い回しのドキュメントで、大量にあると削除するのが大変ですよね。
※このスクリプトは、ドキュメント上で使われている
文字組みアキ量設定も削除します。
tell document 1 of application “Adobe InDesign CS2_J“
set a1 to name of mojikumi tables
set b1 to choose from list a1 with prompt “削除する文字組みアキ量設定ではを選択” with title “uni-factory” with multiple selections allowed
repeat with a2 in b1
try
delete mojikumi table a2
end try
end repeat
end tell