Adding additional formatting when inserting RVF from stream
Posted: Thu Feb 07, 2008 1:27 pm
Hi there,
I'm struggling with a process whereby I insert a sequence of little documents into a main document. The small documents are stored as RVF. When I insert them into the main document, I need them to become list items. This is the process I'm using:
Is there any simple way to do this? I guess I could load the RVF of the small document into another offscreen RichView, then iterate through all the styles and add to the LeftIndent value, but it would be great if there were an easier method.
All help appreciated,
Martin
I'm struggling with a process whereby I insert a sequence of little documents into a main document. The small documents are stored as RVF. When I insert them into the main document, I need them to become list items. This is the process I'm using:
- Add a list marker.
Add a space.
Stream in the small document (using InsertRVFFromStreamEd).
Is there any simple way to do this? I guess I could load the RVF of the small document into another offscreen RichView, then iterate through all the styles and add to the LeftIndent value, but it would be great if there were an easier method.
All help appreciated,
Martin