IPPImage — Aspose.Slides FOSS Python API Reference

Overview

IPPImage represents the i p p image in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
binary_datalist[int]Read-onlyThe binary_data value.
imageIImageRead-onlyThe image value.
content_typestrRead-onlyThe content_type value.
widthintRead-onlyThe width value.
heightintRead-onlyThe height value.
xintRead-onlyThe x value.
yintRead-onlyThe y value.

Methods

MethodReturnsDescription
replace_image(new_image_data)NonePerforms the replace_image operation.

See Also