Overview
ImageEntry 是Python的Aspose.Words FOSS中的一个类.
添加一个图片 word/media/ 连接它的关系行.
特性: content_type, image_bytes, media_path, rel_id.
Properties
| Name | Type | Access | Description |
|---|
rel_id | str | 阅读/写作 | 获得或设置了连接ID. |
media_path | str | 阅读/写作 | 获取或设置媒体路径. |
content_type | str | 阅读/写作 | 获取或设置内容类型. |
image_bytes | bytes | 阅读/写作 | 获取或设置图像字节. |
See Also