IThemeable

Overview

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

Represents objects that can be themed.

This interface provides 3 methods for working with IThemeable 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

NameTypeAccessDescription
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the presentation containing this component.

Methods

SignatureDescription
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.
getPresentation()IPresentationReturns the presentation containing this component.

See Also