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

NameTypeAccessDescription
rel_idstrRead/WriteGets or sets the rel id.
media_pathstrRead/WriteGets or sets the media path.
content_typestrRead/WriteGets or sets the content type.
image_bytesbytesRead/WriteGets or sets the image bytes.

See Also