IFontSchemeEffectiveData
public interface IFontSchemeEffectiveData
Immutable object which contains effective font scheme properties.
This interface is used as a part of IThemeEffectiveData.
Methods
| Method | Description | 
|---|---|
| getMinor() | Returns the fonts collection for a “body” part of the slide. | 
| getMajor() | Returns the fonts collection for a “heading” part of the slide. | 
| getName() | Returns the font scheme name. | 
getMinor()
public abstract IFontsEffectiveData getMinor()
Returns the fonts collection for a “body” part of the slide. Read-only IFontsEffectiveData.
Returns: IFontsEffectiveData
getMajor()
public abstract IFontsEffectiveData getMajor()
Returns the fonts collection for a “heading” part of the slide. Read-only IFontsEffectiveData.
Returns: IFontsEffectiveData
getName()
public abstract String getName()
Returns the font scheme name. Read-only String.
Returns: java.lang.String