(z-) さんの解決策をキーワードにして検索をしたらCS4の情報が出てきました。(最終公開日: 2016年9月)
CS4の問題がCS5.5になっても直ってないようですね
新規ドキュメント作成時に[基本段落]の文字組みを『なし』に設定
↓
tell application "Adobe InDesign CS5.5"
activate
try
set myDocument to make document
tell myDocument
set mojikumi of paragraph style 2 of myDocument to nothing
-- set mojikumi of paragraph style 2 of myDocument to line end all one em enum
end tell
end try
end tell
↓
行末約物半角になる
[19329] PPFP (2017/07/26 Wed 18:44) web