toSource()

書式

srcText = app.spellPreferences.toSource()

説明

toSource()はSpellPreferenceオブジェクトのソースコードを返します。
var sp=app.spellPreferences;
alert(sp.toSource());

目次に戻る