Hi,
Is there away to create a tabel of contents in richview?
For example I generate a document containing song lyrics from seperate .rvf files and i want to create a table of contents as first page of the document?
thanks
table of contents
-
- Site Admin
- Posts: 17554
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
You can try to format document for printing using TRVPrint.FormatPages, when find locations of each song start using TRVPrint.GetFirstItemOnPage, when create a TOC using this information.
But TRichView repagination depends on the installed printer, so when moving to another computer, the same document can be repaginated differently.
ScaleRichView repagination does not depend on printer.
But TRichView repagination depends on the installed printer, so when moving to another computer, the same document can be repaginated differently.
ScaleRichView repagination does not depend on printer.