This question has been flagged
1 Reply
3570 Views

Hi,

This tag seems not to work. Here's how I use it :

<blockTableStyle id="default">
  <lineStyle kind="GRID" colorName="grey" thickness="0.1"/>
  <blockValign value="MIDDLE"/>
  <blockAlign value="RIGHT"/>
</blockTableStyle>

Thanks !

Avatar
Discard
Author Best Answer

Ok, I'm such a stupid guy... the answer is here :

One other thing to be aware of is that if you use a para inside a table, it will ignore the text attributes you have used for that table and instead use the attributes for paragraphs. This can be a plus, (since it allows you to use already defined paragraph styles) but can take you by surprise if weren't expecting it.

From :

http://www.reportlab.com/docs/rml2pdf-userguide.pdf

Avatar
Discard