com.aspose.slides
Class FontScheme

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

public class FontScheme
extends java.lang.Object
implements IFontScheme

Stores theme-defined fonts.


Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMinor

public IFonts getMinor()

Returns the fonts collection for a "body" part of the slide. Readonly Fonts.

Specified by:
getMinor in interface IFontScheme

getMajor

public IFonts getMajor()

Returns the fonts collection for a "heading" part of the slide. Readonly Fonts.

Specified by:
getMajor in interface IFontScheme

getName

public java.lang.String getName()

Returns the font scheme name. Read/write string.

Specified by:
getName in interface IFontScheme

setName

public void setName(java.lang.String value)
Specified by:
setName in interface IFontScheme