parent

書式

app.fonts.parent

説明

Fontsコレクションの親オブジェクト返します。Fontsコレクションの親オブジェクトはApplicationオブジェクトになります。
var str=app.fonts.parent;
alert(str);

目次に戻る