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

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
imageIPPImageRead/WriteReturns or sets the embedded image.
link_path_longstrRead/WriteReturns of sets linked image’s URL.
presentationIPresentationReadReturns the presentation.
slideIBaseSlideReadReturns the parent slide of a picture.
as_i_slide_componentISlideComponentReadGets the as i slide component.

See Also