Bruno Lowagie wrote:
> Now I can reproduce the problem, and apparently it's caused
> by the setNoWrap(true); I'll need more time to find out what
> is going wrong.
It's fixed in the SVN repository.
http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/core/com/lowagie/text/pdf/PdfPRow.java
br,
B
Michele Croci wrote:
> Bruno,
>
> thx for the reply. I have modified your example adding setNoWrap(true)
> to all the cells. For the one with rotation=180°, the text is not showed.
> You find the modified class and the result PDF file as attachment.
Now I can reproduce the problem, and apparentl
Bruno,
thx for the reply. I have modified your example adding setNoWrap(true) to
all the cells. For the one with rotation=180°, the text is not showed.
You find the modified class and the result PDF file as attachment.
Maybe I'm conceptually wrong and the result PDF is correct, in this case I
exc
Michele Croci wrote:
> Hi all,
>
> first of all thx for this great library!
>
> I have to rotate text in a table. All works very good for 90° and 270°.
> For 180° if the alignment == CENTER ok, otherwise the text is not
> displayed in the PDF!
>
> I simply do the following;:
> cell.setRotation(
Hi all,
first of all thx for this great library!
I have to rotate text in a table. All works very good for 90° and 270°.
For 180° if the alignment == CENTER ok, otherwise the text is not displayed
in the PDF!
I simply do the following;:
cell.setRotation(180)
I have searched in the mailing list
I'm loving the xml parsing cabability. I've studied
the itext.dtd and was wondering if it's possible to
rotate text, i.e., set text from horizontal to
vertical.
Thanks,
Bob
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sit
Quoting package track <[EMAIL PROTECTED]>:
> Sorry this may be a repost. I don't think my first made it.
>
> I'm trying to rotate text.
>
> To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y)
>
> How do I rotate 180, 270
It's just simple high school algebra. I did 1 query on go
Sorry this may be a repost. I don't think my first made it.
I'm trying to rotate text.
To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y)
How do I rotate 180, 270
Thanks in advance.
Ps . I read the tutorial but still couldn't figure it out.
Thanks again
___