toSource()
書式
srcText =
app.autoCorrectPreferences
.toSource()
説明
toSource()はDictionaryPreferenceオブジェクトのソースコードを返します。
var dp=app.dictionaryPreferences; alert(dp.toSource());
目次に戻る