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

NameTypeAccessDescription
slideIBaseSlideReadProperty provides access to the associated slide
presentationIPresentationReadProperty provides access to the containing 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 that this PVIObject belongs to
getPresentation()IPresentationReturns the presentation containing this PVIObject
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also