trichview.support.thirdparty
Re: RvHtmlImporter and <td height="1"... |
Author |
Message |
Sergey Tkachenko |
Posted: 11/28/2004 11:45:58 By default, cell height in TRichView cannot be less than height of its content. Cell.BestHeight property (an analog of <td height>) can only increase cell height, not decrease it. TRichView does not support empty cell - each cell has at least one e,mty text item. What's why you cannot set cell height to 1. You can include rvtoIgnoreContentHeight in table.Option, and row height calculations will be based solely on cell.BestHeight properties (for cells having positive values of BestHeight). Extra cell content will be cropped. For all table cells. PS: Sorry for delay. Please post questions in trichview.support group. |
Powered by ABC Amber Outlook Express Converter