typename

書式

screenSpotFunctionObject.typename

説明

typenameはScreenSpotFunctionオブジェクトの種類を示します。ScreenSpotFunctionオブジェクトの場合、ScreenSpotFunctionになります。
var info=PPDFileList[0].PPDInfo;
alert(info.screenSpotFunctionList[0].typename);

目次に戻る