Picture
Overview
Picture is a class in Aspose.Slides FOSS for Python.
Inherits from: ISlidesPicture, ISlideComponent, IPresentationComponent.
Represents a picture in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
image | IPPImage | Read | Returns or sets the embedded image. |
link_path_long | str | Read | Returns of sets linked image’s URL. |
presentation | IPresentation | Read | Returns the presentation. |
slide | IBaseSlide | Read | Returns the parent slide of a picture. |
as_i_slide_component | ISlideComponent | Read | Provides the picture as an ISlideComponent |