public interface IMasterTheme extends ITheme
Represents a master theme.
| Modifier and Type | Method and Description |
|---|---|
IExtraColorSchemeCollection |
getExtraColorSchemes()
Returns the collection of additional color schemes.
|
java.lang.String |
getName()
Returns the name of a theme.
|
void |
setName(java.lang.String value)
Returns the name of a theme.
|
getColorScheme, getEffective, getFontScheme, getFormatSchemegetPresentationIExtraColorSchemeCollection 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.
java.lang.String getName()
Returns the name of a theme.
Read/write String.
void setName(java.lang.String value)
Returns the name of a theme.
Read/write String.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.