How to change the alignment of table in RML file?
问题 I am working with OpenOffice designer to edit OpenERP reports, I set the alignment of table to left or right and I save and send to server. When I print the invoice report, the table is always in the center. So I am going to edit it from RML file but I don't know how to do this Please help me. 回答1: Simply add alignment="RIGHT" attribute to the element you want to align For example: <paraStyle name="addressBox" fontName="Arial" fontSize="12" alignment="RIGHT" /> If you need further details,