com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IFontScheme

  • All Known Implementing Classes:
    FontScheme


    public interface IFontScheme

    Stores theme-defined fonts.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IFonts getMajor()
      Returns the fonts collection for a "heading" part of the slide.
      IFonts getMinor()
      Returns the fonts collection for a "body" part of the slide.
      java.lang.String getName()
      Returns the font scheme name.
      void setName(java.lang.String value)
      Returns the font scheme name.
    • Method Detail

      • getMinor

        IFonts getMinor()

        Returns the fonts collection for a "body" part of the slide. Read-only IFonts.

      • getMajor

        IFonts getMajor()

        Returns the fonts collection for a "heading" part of the slide. Read-only IFonts.

      • getName

        java.lang.String getName()

        Returns the font scheme name. Read/write String.

      • setName

        void setName(java.lang.String value)

        Returns the font scheme name. Read/write String.