ISlideComponent
Overview
ISlideComponent is a interface in Aspose.Slides FOSS for Java.
Inherits from: IPresentationComponent.
Represents a component of a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Returns the parent slide. |
Methods
| Signature | Description |
|---|---|
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |