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
| Name | Type | Access | Description |
|---|---|---|---|
presentation | IPresentation | Read | Returns the presentation containing this component. |
Methods
| Signature | Description |
|---|---|
getPresentation() → IPresentation | Returns the presentation containing this component. |