Page 1 of 1

Default for Table CELL spacing

Posted: Mon Nov 06, 2006 7:00 pm
by mposthuma
Hi Sergey

I want to set the default of the Table Cell spacing to ZERO.

How would I do this?

Cheers,
Michael

Posted: Mon Nov 06, 2006 9:46 pm
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