Table Cell Style

General TRichView support forum. Please post your questions here
Post Reply
standay
Posts: 342
Joined: Fri Jun 18, 2021 3:07 pm

Table Cell Style

Post by standay »

Hi Sergey,

Before I implemented styles in my rve app, if I inserted a table the cells would take on the font the rve was using. But after setting the rve to use styles, when I insert a table the cells use a defualt font. It looks like I need to set each cell to use my normal style. I have been unable to figure out how to do that. Can you post some code that will let me assign the normal style to each cell, or assign the desired font name and size to each cell?

Thanks

Stan
Sergey Tkachenko
Site Admin
Posts: 18121
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Table Cell Style

Post by Sergey Tkachenko »

Sorry, table and cells styles are not implemented.
Use paragraph styles (StyleTemplates).
standay
Posts: 342
Joined: Fri Jun 18, 2021 3:07 pm

Re: Table Cell Style

Post by standay »

Sergey Tkachenko wrote: Tue May 05, 2026 9:15 am Sorry, table and cells styles are not implemented.
Use paragraph styles (StyleTemplates).
Can you give me some example code? I can't make any headway with it. I was trying to "spin through" the cells in the inserttable method but I can't get that to work.

Stan
Post Reply