public interface IFontSchemeEffectiveData
Immutable object which contains effective font scheme properties.
IThemeEffectiveData
.
Modifier and Type | Method and Description |
---|---|
IFontsEffectiveData |
getMajor()
Returns the fonts collection for a "heading" part of the slide.
|
IFontsEffectiveData |
getMinor()
Returns the fonts collection for a "body" part of the slide.
|
java.lang.String |
getName()
Returns the font scheme name.
|
IFontsEffectiveData getMinor()
Returns the fonts collection for a "body" part of the slide.
Read-only IFontsEffectiveData
.
IFontsEffectiveData getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFontsEffectiveData
.
java.lang.String getName()
Returns the font scheme name.
Read-only String
.