ファイル名と総ページ数を表示する |
|||||||||||||||||||
対応バージョン |
|
||||||||||||||||||
ポイント |
app.alert(this.documentFileName+" = " +this.numPages); | ||||||||||||||||||
説 明 |
ファイル名はdocumentFileNameに、総ページ数はthis.numPagesに入っているのでapp.alert()を使って表示させます。 |
||||||||||||||||||
サンプル |
app.alert(this.documentFileName+" = " +this.numPages); |
||||||||||||||||||
|
■シーケンスファイル ■処理前 ■処理後 |
||||||||||||||||||
補足説明 |
なし |