Picture

Overview

Picture is a class in Aspose.Slides FOSS for Python. Inherits from: ISlidesPicture, ISlideComponent, IPresentationComponent.

Represents a picture in a presentation.

Properties

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
imageIPPImageReadReturns or sets the embedded image.
link_path_longstrReadReturns of sets linked image’s URL.
presentationIPresentationReadReturns the presentation.
slideIBaseSlideReadReturns the parent slide of a picture.
as_i_slide_componentISlideComponentReadProvides the picture as an ISlideComponent

See Also