PVIObject — Aspose.Slides FOSS Java API Reference

PVIObject — Base class for property-value-inheritance (PVI) objects that are bound to a slide and presentation. Inherits from: ISlideComponent, IPresentationComponent.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
slideIBaseSlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
getSlide()IBaseSlide
getPresentation()IPresentation
asIPresentationComponent()IPresentationComponentReturns this object as an IPresentationComponent.

See Also