[jboss-user] [JBoss Seam] - Re: PDF generation : horizontalAlignment does not work

gvmanjunatha do-not-reply at jboss.com
Fri Feb 1 14:16:59 EST 2008


"matt_lc" wrote : Hi,
  | 
  | I try to format a table in a PDF export. The problem is that the alignment parameters are not applied when the table become a bit complex...
  | 
  | here is a sample of code that doesn't work : 
  | 
  | !

I had the same problem, and I found a work around,

<p:cell horizontalAlignment="right">
<p:font ...>
<p:paragraph>
   <p:text value="Your value goes here" />
</p:paragraph>
</p:font>
</p:cell>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125647#4125647

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125647



More information about the jboss-user mailing list