toSpecifier()

書式

spec = galleyPreferencesObject.toSpecifier()

説明

toSpecifier()はGalleyPreferenceオブジェクトの指定子を返します。
var gp=app.galleyPreferences;
alert(gp.toSpecifier());

目次に戻る