trichview.support
Re: InsertRVFFromStreamEd |
Author |
Message |
Sergey Tkachenko |
Posted: 04/08/2002 18:45:43 So do you want to load RVF, converting all paragraph styles to the specified paragraph style? Sorry, this is not implemented. You can try to load RVF in some invisible intermediate RichViewEdit, apply paragraph style to the whole document, then save as RVF and insert to the target document. > It is when read stream to RichViewEdit. > > by these method . > RichViewEdit1.RTFReadProperties.ParaStyleNo := 10; > RTF Format can do style setting. > > "Sergey Tkachenko" <[email protected]> wrote: > >I am sorry, but I do not understand your question. > >Please explain in other words... > > > > > >> > >> RichViewEdit1.InsertRVFFromStreamEd(s) > >> > >> No Want "s" paragraph and put new paragraph. > >> ------------------------------------------------------ > >RichViewEdit1.RTFReadProperties.TextStyleNo > >> := 0; > >> RichViewEdit1.RTFReadProperties.ParaStyleNo := 0; > >> RichViewEdit1.InsertRTFFromStreamEd(s); > >> ------------------------------------------------------ > >> Can you use like this? > >> If can do like this, inform can do method. > >> please... > > > > > |
Powered by ABC Amber Outlook Express Converter