|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ThemeEx
public abstract class ThemeEx
Represents a theme.
Method Summary | |
---|---|
abstract ColorSchemeEx |
getColorScheme()
Returns the color scheme. |
abstract FontSchemeEx |
getFontScheme()
Returns the font scheme. |
abstract FormatSchemeEx |
getFormatScheme()
Returns the shape format scheme. |
java.lang.String |
getName()
Returns the name of a theme. |
PresentationEx |
getPresentation()
Returns the parent presentation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
Returns the name of a theme.
Read-only string
.
public abstract ColorSchemeEx getColorScheme()
Returns the color scheme.
Read-only ColorSchemeEx
.
public abstract FontSchemeEx getFontScheme()
Returns the font scheme.
Read-only FontSchemeEx
.
public abstract FormatSchemeEx getFormatScheme()
Returns the shape format scheme.
Read-only FormatSchemeEx
.
public PresentationEx getPresentation()
Returns the parent presentation.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |