On 27.03.2008 08:28:03 Newkid wrote: > > > Jeremias Maerki-2 wrote: > > > > You can try to write an additional stylesheet that converts the > > column-width properties as necessary. > > > > Or you can try to implement the missing functionality in RTFHandler.java > > in FOP though that may not be the easiest thing to do. > > > > Hello Jeremias, > > Thanks for the suggestion. > > Will the column width in "%" works? Like.. > > <fo:table-column column-width="60%" column-number="1"/>
Probably not as the problem is pretty much the same as with proportional-column-width(): At the moment, the RTFHandler doesn't keep track at the various levels how much space there is available for the table so it can build a proper percentage context. > Or I have to hard code the coulmn width like > > <fo:table-column column-width="250" column-number="1"/> Please add a length unit (cm, in etc.). > Secondly, have you heard about XFC? What is your take about it? Sure, I know about XFC. Its RTF output support is certainly better than FOP's. But then, FOP's free, the source code available and everyone can help improve the code. Hint, hint! > With Thanks! > NewKid > -- > View this message in context: > http://www.nabble.com/FOP-0.94-bin---Severe-Exceptions-on-Solaris-Box-tp16175972p16323311.html > Sent from the FOP - Users mailing list archive at Nabble.com. > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
