| 対応バージョン | 
					
						
  | 
				||||||||||||||||||||||||||||
| ポイント | 
					app.alert(aObj[i].type); | 
				||||||||||||||||||||||||||||
| 説  明 | 
					注釈の種類を表示するにはtypeプロパティを参照します。FreeText、Squareなどの種類を示す英文字を返します。
  | 
				||||||||||||||||||||||||||||
| サンプル | 
					aObj = this.getAnnots({nPage:0}); for (i=0; i<aObj.length; i++) { app.alert(aObj[i].type); }  | 
				||||||||||||||||||||||||||||
|   | 
					■サンプルスクリプトを実行する >> Acrobat で動作確認 | 
				||||||||||||||||||||||||||||
| 補足説明 | 
					なし | 
				||||||||||||||||||||||||||||