Beispiel #1
0
 def export_html(self, file_name, title, font_name, font_size, with_nums,
                 color_bg, color_nums):
     return ct.ed_export_html(self.h, file_name, title, font_name,
                              font_size, with_nums, color_bg, color_nums)
Beispiel #2
0
 def export_html(self, file_name, title, font_name, font_size, with_nums, color_bg, color_nums):
     return ct.ed_export_html(self.h, file_name, title, font_name, font_size, with_nums, color_bg, color_nums)