|
InDesign Hacking with JavaScript |
<index> XML要素を探し、そのページノンブルと索引項目からなるリストをファイルに出力する
Author: Kenshi Muto <kmuto@debian.org>
Requires:
関数の要約 | |
Object
|
processDocumentForIndex(filename)
|
void
|
processDocumentIndices(myDocument)
|
boolean
|
processXMLforIndex(<XMLItems> items)
index XML要素を探して「ページノンブル タブ 索引項目」の配列を作る。索引自体はグローバル変数のString indices[]に格納される |
|
InDesign Hacking with JavaScript |