Part of stoqlib.lib.invoice View In Hierarchy
| Method | __init__ | Create a new InvoicePage object. |
| Method | __iter__ | Undocumented |
| Method | _put | Undocumented |
| Method | _add_boolean | Undocumented |
| Method | _add_integer | Undocumented |
| Method | _add_decimal | Undocumented |
| Method | _add_string | Undocumented |
| Method | _add_list | Undocumented |
| Method | add | Adds a new field to the page |
| Parameters | width | the width of the page |
| height | the height of the page |
| Parameters | data_type | data type of the field |
| x | x position of the left side of the field | |
| y | y position of the upper side of the field | |
| width | width of the field | |
| height | height of the field | |
| data | data to be printed at the field. This is dependent of the data type |