com.aspose.slides
Class Theme

java.lang.Object
  extended by com.aspose.slides.Theme
All Implemented Interfaces:
IPresentationComponent, ITheme
Direct Known Subclasses:
MasterTheme, OverrideTheme

public abstract class Theme
extends java.lang.Object
implements ITheme

Represents a theme.


Method Summary
abstract  IColorScheme getColorScheme()
           Returns the color scheme.
abstract  IFontScheme getFontScheme()
           Returns the font scheme.
abstract  IFormatScheme getFormatScheme()
           Returns the shape format scheme.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentation getPresentation()
           Returns the parent presentation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColorScheme

public abstract IColorScheme getColorScheme()

Returns the color scheme. Read-only IColorScheme.

Specified by:
getColorScheme in interface ITheme

getFontScheme

public abstract IFontScheme getFontScheme()

Returns the font scheme. Read-only IFontScheme.

Specified by:
getFontScheme in interface ITheme

getFormatScheme

public abstract IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only IFormatScheme.

Specified by:
getFormatScheme in interface ITheme

getPresentation

public IPresentation getPresentation()

Returns the parent presentation. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.