General TRichView support forum. Please post your questions here
-
mposthuma
- Posts: 8
- Joined: Wed Nov 23, 2005 7:29 pm
- Location: The Netherlands
Post
by mposthuma »
Hi Sergey
I want to set the default of the Table Cell spacing to ZERO.
How would I do this?
Cheers,
Michael
-
Sergey Tkachenko
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
-
Contact:
Post
by Sergey Tkachenko »
Do you use RichViewActions? TrvActionInsertTable has many properies of TRVTableItemInfo, and they are assigned to the inserted table.
PS: for RTF-like tables, set:
CellHSpacing=CellVSpacing=-1
BorderHSpacing=BorderVSpacing=0
BorderWidth=0
CellBorderWidth=1