ISlideComponent

ISlideComponent

Overview

ISlideComponent is a interface in Aspose.Slides FOSS for Java. Inherits from: IPresentationComponent.

Represents a component of a slide.

Properties

NameTypeAccessDescription
slideIBaseSlideReadReturns the parent slide.

Methods

SignatureDescription
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.

See Also