|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ThemeEx
com.aspose.slides.MasterThemeEx
public class MasterThemeEx
Represents a master theme.
Method Summary | |
---|---|
ColorSchemeEx |
getColorScheme()
Returns the color scheme. |
ExtraColorSchemeExCollection |
getExtraColorSchemes()
Returns the collection of additional color schemes. |
FontSchemeEx |
getFontScheme()
Returns the font scheme. |
FormatSchemeEx |
getFormatScheme()
Returns the shape format scheme. |
Methods inherited from class com.aspose.slides.ThemeEx |
---|
getName, getPresentation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColorSchemeEx getColorScheme()
Returns the color scheme.
Read-only ColorSchemeEx
.
getColorScheme
in class ThemeEx
public FontSchemeEx getFontScheme()
Returns the font scheme.
Read-only FontSchemeEx
.
getFontScheme
in class ThemeEx
public FormatSchemeEx getFormatScheme()
Returns the shape format scheme.
Read-only FormatSchemeEx
.
getFormatScheme
in class ThemeEx
public ExtraColorSchemeExCollection getExtraColorSchemes()
Returns the collection of additional color schemes.
These schemes don't affect presentation's look, they can be selected as main color scheme for a slide.
Read-only ExtraColorSchemeExCollection
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |