<rotate degrees="90"/>
Cristina Borgnis <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAMwOmQ8CHgP+HAs6g2KVWaStFUpmDLLzyFd2XMthA2-h-cthrg@mail.gmail.com> |
Hello All,
I have a problem with the use of <rotate degrees="90"/>.
I'm trying to rotate an element in a table but without success. Can someone
help me to understand what is wrong in the code below?
Thanks a lot!
<nextFrame name="Analyser" />
<blockTable style="general" rowHeights='1cm' colWidths='1cm'>
<tr>
<td>
<rotate degrees="90"/>
<para style="normalBig">
CENTAR
</para>
</td>
</tr>
</blockTable>