Picture
Overview
Picture is a class in Aspose.Slides FOSS for Python.
Inherits from: ISlidesPicture, ISlideComponent, IPresentationComponent.
Represents a picture in a presentation.
Properties: as_i_presentation_component, as_i_slide_component, image, link_path_long, presentation, slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
image | IPPImage | Read/Write | Returns or sets the embedded image. |
link_path_long | str | Read/Write | 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 | Gets the as i slide component. |