toSource()

書式

srcText = galleyPreferencesObject.toSource()

説明

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

目次に戻る