- priority: 5 --> 9
[Avatar]
2009-11-04 06:25:59 CET
Hello,
The following piece of code works fine for ujac 0.9.25 but for ujac 1.0.0 the alignment is not correct. please suggest. <cell halign="right">.....<cell> This is not working.
<document size="A4" rotate="true" margin-left="50" margin-right="50" margin-top="103" margin-bottom="55">
<font-def name="normal" family="Helvetica" size="12" style="normal"/> <header> <header-part width="750"> <table widths="30,40,30" width="100" font="normal" line-spacing="0.9"> <cell halign="left" valign="bottom"> <paragraph font="normal"> "Angebote gemäß Ihrer Vorgaben" </paragraph> </cell> <cell halign="center" /> <cell halign="right" line-spacing="0.9"> <paragraph font="normal"> name </paragraph> <paragraph font="normal"> nameExtension </paragraph> <paragraph font="normal"> address.zipCode address.city </paragraph> </cell> </table> </header-part> </header> <paragraph>Test after segments</paragraph> </document>
[Avatar] 2009-11-03 13:58:08 CET
Hello, I found out that in Ujac 1.0, paragraph is not taking the alignment of its parent element while in Ujac 0.9, the <paragraph> is taking the alignment of its parent element.
Can any one suggest me how to make the paragraph (1.0) accept the parent properties. I am using itext 2.3.4.
Thanks and Regards, NCK