PVIObject

Overview

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

Encapsulates basic service infrastructure for objects can be a subject of property value inheritance.

Properties: as_i_presentation_component, presentation, slide.

Properties

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also