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
Table Cell Style
-
Sergey Tkachenko
- Site Admin
- Posts: 18121
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Table Cell Style
Sorry, table and cells styles are not implemented.
Use paragraph styles (StyleTemplates).
Use paragraph styles (StyleTemplates).
Re: Table Cell Style
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.Sergey Tkachenko wrote: Tue May 05, 2026 9:15 am Sorry, table and cells styles are not implemented.
Use paragraph styles (StyleTemplates).
Stan