Page 1 of 1

Table Cell Style

Posted: Mon May 04, 2026 2:49 pm
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

Re: Table Cell Style

Posted: Tue May 05, 2026 9:15 am
by Sergey Tkachenko
Sorry, table and cells styles are not implemented.
Use paragraph styles (StyleTemplates).

Re: Table Cell Style

Posted: Tue May 05, 2026 3:23 pm
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