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

NameTypeAccessDescription
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
PVIObject()Creates a PVIObject with no parent slide.
PVIObject(parentSlide: IBaseSlide)Creates a PVIObject associated with the given slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also