public final class MasterTheme extends Theme implements IMasterTheme
Represents a master theme.
| Modifier and Type | Method and Description |
|---|---|
IColorScheme |
getColorScheme()
Returns the color scheme.
|
IExtraColorSchemeCollection |
getExtraColorSchemes()
Returns the collection of additional color schemes.
|
IFontScheme |
getFontScheme()
Returns the font scheme.
|
IFormatScheme |
getFormatScheme()
Returns the shape format scheme.
|
java.lang.String |
getName()
Returns the name of a theme.
|
long |
getVersion()
Version.
|
void |
setName(java.lang.String value)
Returns the name of a theme.
|
getEffective, getParent_Immediate, getParent_IPresentationComponent, getPresentationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEffectivegetPresentationpublic IColorScheme getColorScheme()
Returns the color scheme.
Read-only IColorScheme.
getColorScheme in interface IThemegetColorScheme in class Themepublic IFontScheme getFontScheme()
Returns the font scheme.
Read-only IFontScheme.
getFontScheme in interface IThemegetFontScheme in class Themepublic IFormatScheme getFormatScheme()
Returns the shape format scheme.
Read-only IFormatScheme.
getFormatScheme in interface IThemegetFormatScheme in class Themepublic final IExtraColorSchemeCollection 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 IExtraColorSchemeCollection.
getExtraColorSchemes in interface IMasterThemepublic final java.lang.String getName()
Returns the name of a theme.
Read/write String.
getName in interface IMasterThemepublic final void setName(java.lang.String value)
Returns the name of a theme.
Read/write String.
setName in interface IMasterThemepublic long getVersion()
Version.
Read-only long.
getVersion in class ThemeCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.