IPresentationComponent

IPresentationComponent

Overview

IPresentationComponent is a interface in Aspose.Slides FOSS for Java.

Represents a component of a presentation.

This interface provides 1 method for working with IPresentationComponent objects in Java programs. Available methods include: getPresentation. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: presentation.

Properties

NameTypeAccessDescription
presentationIPresentationReadReturns the presentation containing this component.

Methods

SignatureDescription
getPresentation()IPresentationReturns the presentation containing this component.

See Also