Пример #1
0
 def new_table(self, rows, cols, left, top, width, height):
     _id = -1
     name = "Table %d" % (_id)
     graphicFrame = CT_GraphicalObjectFrame()
     gf_tbl = graphicFrame.new_table_graphicFrame(_id, name, rows, cols,
                                                  left, top, width, height)
     return self._shape_factory(gf_tbl)