Fixed table formatting
svn: r230
This commit is contained in:
parent
e2ffd17065
commit
9d6353f342
@ -392,12 +392,6 @@ class IndividualPage:
|
|||||||
|
|
||||||
child_list = family.getChildList()
|
child_list = family.getChildList()
|
||||||
if len(child_list) > 0:
|
if len(child_list) > 0:
|
||||||
self.doc.start_row()
|
|
||||||
self.doc.start_cell("NormalCell")
|
|
||||||
self.doc.start_paragraph("Data")
|
|
||||||
self.doc.write_text("")
|
|
||||||
self.doc.end_paragraph()
|
|
||||||
self.doc.end_cell()
|
|
||||||
|
|
||||||
self.doc.start_cell("NormalCell")
|
self.doc.start_cell("NormalCell")
|
||||||
self.doc.start_paragraph("Label")
|
self.doc.start_paragraph("Label")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user