com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class FontScheme

  • java.lang.Object
    • com.aspose.slides.FontScheme
  • All Implemented Interfaces:
    IFontScheme


    public class FontScheme
    extends java.lang.Object
    implements IFontScheme

    Stores theme-defined fonts.

    • Method Summary

      All Methods Instance Methods Concrete 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.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      void setName(java.lang.String value)
      Returns the font scheme name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMinor

        public final IFonts getMinor()

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

        Specified by:
        getMinor in interface IFontScheme
      • getMajor

        public final IFonts getMajor()

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

        Specified by:
        getMajor in interface IFontScheme
      • getName

        public final java.lang.String getName()

        Returns the font scheme name. Read/write String.

        Specified by:
        getName in interface IFontScheme
      • setName

        public final void setName(java.lang.String value)

        Returns the font scheme name. Read/write String.

        Specified by:
        setName in interface IFontScheme
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.