typename
書式
insertionPointObject
.typename
説明
typenameはInsertionPointオブジェクトの種類を示します。InsertionPointオブジェクトの場合、InsertionPointになります。
var str=app.activeDocument.textFrames[0].insertionPoints[0].typename; alert(str);
目次に戻る