ImageEntry
Overview
ImageEntry is a class in Aspose.Words FOSS for Python.
One image to add to word/media/ plus its relationship row.
Properties: content_type, image_bytes, media_path, rel_id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rel_id | str | Read/Write | Gets or sets the rel id. |
media_path | str | Read/Write | Gets or sets the media path. |
content_type | str | Read/Write | Gets or sets the content type. |
image_bytes | bytes | Read/Write | Gets or sets the image bytes. |