def leftTop(self, e):
if e is None:
return ''
return reportlab.platypus.Paragraph(
'<font face="%s" size=%d>%s</font><br/>' %
(FONT_FAMILY, FONT_SIZE['header'], ExportDocument.header(
e, self.Lang)), self.style)