add_ole_object_with_linked_image方法

add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name)

添加链接图片。

返回

Picture 图片对象。


def add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name):
    ...
范围类型描述
upper_left_rowint左上行索引。
upper_left_columnint左上角的列索引。
heightint形状的高度,单位为像素
widthint形状的宽度,单位为像素
source_full_namestr链接图像的源文件的路径和名称

也可以看看