IFontScheme Interface

Stores theme-defined fonts.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFontScheme

The IFontScheme type exposes the following members.

Properties
  NameDescription
Public propertyMajor
Returns the fonts collection for a "heading" part of the slide. Read-only IFonts.
Public propertyMinor
Returns the fonts collection for a "body" part of the slide. Read-only IFonts.
Public propertyName
Returns the font scheme name. Read/write String.
See Also