Search found 5 matches
- Tue Feb 08, 2011 5:21 pm
- Forum: Examples, Demos
- Topic: [Example] Document structure as a tree
- Replies: 7
- Views: 103273
C++ Version?
Is there a C++ version of the document tree utility, preferably with the interactive enhancements?
- Wed Mar 24, 2010 5:44 pm
- Forum: Examples, Demos
- Topic: [Unit] Adding a table of contents
- Replies: 22
- Views: 424814
Thank you, Sergey, for the GetPageNo() method and for the example. I seem to have it working in my app, but I would like to better understand GetPageNo(). Where can I get documentation for RV 12.2.3 and/or this method? In particular, why is the first parameter necessary when I have already assigned ...
- Mon Mar 15, 2010 7:42 pm
- Forum: Support
- Topic: How to generate a Table of Contents?
- Replies: 2
- Views: 12807
How to generate a Table of Contents?
I am generating a compound document with several sections and I require a Table of Contents (TOC) with the starting page number of each section. I generate each section as a RichViewEdit (RVE) then append the sections together into an overall RVE. Currently, I am making note of the length in pages ...
- Mon Mar 15, 2010 7:08 pm
- Forum: Support
- Topic: How to insert automatic page number code into saved RTF
- Replies: 2
- Views: 20339
Thanks
Thank you Sergey for your prompt and thorough answer.
I used the rvteoRTFCode solution.
I have now purchased a developer license for RT, largely because of the support you offer through this forum.
Jeff Allan
WellSight Systems
I used the rvteoRTFCode solution.
I have now purchased a developer license for RT, largely because of the support you offer through this forum.
Jeff Allan
WellSight Systems
- Wed Mar 10, 2010 5:59 pm
- Forum: Support
- Topic: How to insert automatic page number code into saved RTF
- Replies: 2
- Views: 20339
How to insert automatic page number code into saved RTF
When saving my document to RTF (using SaveRTF) how do I insert an RTF code to produce automatic page numbering? E.g. is there a code like {\pagenum} that I can insert into my RichTextEdit document before calling SaveRTF ? What other options or conditions need to be set for this to work? Thanks, Jeff ...