IFontSchemeEffectiveData

IFontSchemeEffectiveData interface

Immutable object which contains effective font scheme properties.

public interface IFontSchemeEffectiveData

Properties

NameDescription
Major { get; }Returns the fonts collection for a “heading” part of the slide. Read-only IFontsEffectiveData.
Minor { get; }Returns the fonts collection for a “body” part of the slide. Read-only IFontsEffectiveData.
Name { get; }Returns the font scheme name. Read-only String.

Remarks

This interface is used as a part of IThemeEffectiveData.

See Also