Wrap a long text

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Wrap a long text

shwetha
Hi all,

I am a complete newbie to ofbiz. can some one pls help me in resolving my issue?
I have this very-long-number which is being overflown to the adjacent columns in the PDF of the order page.
My code snippet goes like this :
<fo:block font-size="8pt" text-align="center" wrap-option="wrap" overflow="hidden" keep-together.within-column="always">a-very-long-number</fo:block>
But this doesn't seem to be working. Can some one tell me what is that i am missing?

Thanks in advance.