pdf - RML ReportaLab left and right padding in a table -


I am working on a report in openerp v7 and I have to get rid of the left and right paddings on a table: / P>

Enter image details here

Here is the definition of blocktables:

  & lt; BlockTableStyle id = "Detalle" & gt; & Lt; BlockAlignment value = "LEFT" /> & Lt; BlockValign value = "top" /> & Lt ;! - & lt; LineStyle kind = "LINEABOVE" colorName = "# 000000" thickness = "1.0" start = "0,0" stop = "- 1, -1" /> & Lt; LineStyle kind = "LINEBELOW" colorName = "# 000000" thickness = "1.0" start = "0,0" stop = "- 1, -1" /> - & gt; & Lt; LineStyle kind = "LINEBEFORE" colorName = "# 000000" thickness = "1.0" start = "0,0" stop = "- 1, -1" /> & Lt; LineStyle kind = "LINEAFTER" colorname = "# 000000" thickness = "1.0" start = "0,0" stop = "- 1, -1" /> & Lt; / BlockTableStyle & gt;  

And here is the paragraph:

  & lt; Parachsel name = "Detroit" font name = "courier" fontSize = "5.5" leading = "3" align = "right" />  

Tux in advance

I solved it! The move was:

  & lt; BlockTableStyle id = "Detalle" & gt; & Lt; BlockAlignment value = "LEFT" /> & Lt; BlockValign value = "top" /> & Lt; Block leftpadding length = "0.5mm" /> & Lt; BlockRightPadding length = "0.5mm" /> & Lt; / BlockTableStyle & gt;  

Blockwriting Paid property


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -