PVIObject
Overview
PVIObject is a class in Aspose.Slides FOSS for Java.
Inherits from: ISlideComponent, IPresentationComponent.
Base class for property-value-inheritance (PVI) objects that are bound to a slide and presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Property provides access to the associated slide |
presentation | IPresentation | Read | Property provides access to the containing presentation |
Methods
| Signature | Description |
|---|---|
PVIObject() | Creates a PVIObject with no parent slide. |
PVIObject(parentSlide: IBaseSlide) | Creates a PVIObject associated with the given slide. |
getSlide() → IBaseSlide | Returns the slide that this PVIObject belongs to |
getPresentation() → IPresentation | Returns the presentation containing this PVIObject |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |