FontScheme Class

Stores theme-defined fonts.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ThemeFontScheme

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

The FontScheme 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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also