smartCutAndPaste
書式
textEditingPreferences
.smartCutAndPaste
説明
smartCutAndPasteは「欧文単語をカット&ペーストするときに自動的に間隔を調整」するかどうかを示します。trueなら調整する、falseなら調整しないことになります。
var te=app.textEditingPreferences; alert(te.smartCutAndPaste);
目次に戻る