PictureXmlLoader
PictureXmlLoader
Overview
PictureXmlLoader 是Python的Aspose.Cells FOSS中的一个类.
从工作表绘制部分上载图片.
这个类提供了4种方法,用于在Python程序中使用PictureXmlLoader 对象. 有的方法包括: __init__, collect_drawing_image_parts, load_pictures, resolve_content_type. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | |
collect_drawing_image_parts(worksheet, drawing_path, drawing_rels, drawing_rel_types, zipf, content_type_overrides, content_type_defaults) | 收集工作表的XML图纸中引用的图像部分. |
load_pictures(worksheet, drawing_root, drawing_path, drawing_rels, zipf, get_anchor_int, content_type_overrides, content_type_defaults, drawing_rel_types) | 根据 XML绘图和关系将图像对象加载到工作表中 |
resolve_content_type(part_path, content_type_overrides, content_type_defaults) | 返回使用覆盖和默认内容类型的部分MIME类别. |