trichview.support
Re: Word wrap |
Author |
Message |
Sergey Tkachenko |
Posted: 06/19/2003 16:36:34 The only way to ensure the (except from setting large enough BestWidth) is including rvpaoNoWrap in paragraph style Options, and making line breaks manually. Assigning 0 to BestWidth does not cause fitting by content (it is not supported yet). It tells table to calculate witdhs for such columns at the last turn (when widths of all other columns are calculated, such columns fill the rest of table width). > > Hello, All! > > How to make header cell text word wrap (not charracter wrap), if all cells > of this column are empty and I use SetCellBestWidth(0, ... to make table > and cell autoWidth? > For example - colunm header is "word1 word2, word3" and thats all (other > cells of this colunm is empty). > In print preview this header looks like: > "word > 1 wo > rd2, > word > 3" > and I want it looks like: > "word1 > word2, > word3" > > is it posible? |
Powered by ABC Amber Outlook Express Converter