Children of individual are now a longlist cell rather than normal cell
svn: r785
This commit is contained in:
parent
608e5cf866
commit
081e0e718b
@ -80,6 +80,10 @@ class IndivSummary:
|
|||||||
cell = TableCellStyle()
|
cell = TableCellStyle()
|
||||||
self.d.add_cell_style("NormalCell",cell)
|
self.d.add_cell_style("NormalCell",cell)
|
||||||
|
|
||||||
|
cell = TableCellStyle()
|
||||||
|
cell.set_longlist(1)
|
||||||
|
self.d.add_cell_style("ListCell",cell)
|
||||||
|
|
||||||
self.d.open(self.output)
|
self.d.open(self.output)
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
@ -173,7 +177,7 @@ class IndivSummary:
|
|||||||
self.d.end_paragraph()
|
self.d.end_paragraph()
|
||||||
self.d.end_cell()
|
self.d.end_cell()
|
||||||
|
|
||||||
self.d.start_cell("NormalCell")
|
self.d.start_cell("ListCell")
|
||||||
self.d.start_paragraph("Normal")
|
self.d.start_paragraph("Normal")
|
||||||
|
|
||||||
first = 1
|
first = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user