kysea 发表于 2015-4-3 13:38:00

【已完成】26-Word Index

You can now automatically generate indexes using C1PrintDocument. Each index (there can be several indexes in a document) consists of an alphabetized sorted list of letter headings with entries followed by lists of page numbers where the entry occurs.

An index is represented by an instance of the RenderIndex class, a render object derived from RenderArea. You can add that object to the document as you would any other render object, but with one important limitation: the index must appear in the document after all occurrences of entries (terms) contained in it; so, like the traditional index, the index here would be best served to appear at the end of the document.

详情请参见文档

kysea 发表于 2015-4-9 09:46:00

恭喜GCDN用户考古程序猿已经完成翻译,获得 GCDN金币17334!

翻译文档如下:

页: [1]
查看完整版本: 【已完成】26-Word Index