parent

書式

textFontObject.parent

説明

textFont(フォント/書体)の親オブジェクトを示します。アプリケーションオブジェクトになります。
var obj=textFonts[0].parent;
alert(obj);

目次に戻る