ISlideComponent
Overview
ISlideComponent is a interface in Aspose.Slides FOSS for Java.
Inherits from: IPresentationComponent.
Represents a component of a slide.
This interface provides 3 methods for working with ISlideComponent objects in Java programs.
Available methods include: 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 | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
Methods
| Signature | Description |
|---|---|
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |
getPresentation() → IPresentation | Returns the presentation containing this component. |