|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Theme
public abstract class Theme
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. |
IPresentation |
getPresentation()
Returns the parent presentation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract IColorScheme getColorScheme()
Returns the color scheme.
Read-only ColorScheme
.
getColorScheme
in interface ITheme
public abstract IFontScheme getFontScheme()
Returns the font scheme.
Read-only FontScheme
.
getFontScheme
in interface ITheme
public abstract IFormatScheme getFormatScheme()
Returns the shape format scheme.
Read-only FormatScheme
.
getFormatScheme
in interface ITheme
public IPresentation getPresentation()
Returns the parent presentation.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |