trichview.support
Working with RVData instead of TRichViewEdit |
Author |
Message |
Martin Holmes |
Posted: 02/02/2005 16:49:49 Hi there, I'm trying to add and style text using a TCustomRVData instead of a TRichViewEdit, because I need to perform the operation recursively into table cells. In a TRichViewEdit (RVE), I can do this kind of thing: RVE.AddNLWTag('', 0, StyleNum, 0); RVE.ApplyParaStyle(StyleNum); RVE.CurParaStyleNo := StyleNum; However, with a TCustomRVData, I don't have methods such as "ApplyParaStyle" and "CurParaStyleNo" available. How can I apply styles etc. to a TCustomRVData object? All help appreciated, Martin |
Powered by ABC Amber Outlook Express Converter