remove_active_x_control方法
remove_active_x_control(self)
删除 activeX 控件。
def remove_active_x_control(self):
...
例子
if shape.active_x_control != None:
shape.remove_active_x_control()
删除 activeX 控件。
def remove_active_x_control(self):
...
if shape.active_x_control != None:
shape.remove_active_x_control()