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.
This class provides 5 methods for working with PVIObject objects in Java programs.
Available methods include: PVIObject, asIPresentationComponent, getPresentation, getSlide.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: presentation, slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the 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. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |