com.aspose.slides
Class FontSchemeEffectiveData

java.lang.Object
  extended by com.aspose.slides.FontSchemeEffectiveData
All Implemented Interfaces:
IFontSchemeEffectiveData

public class FontSchemeEffectiveData
extends java.lang.Object
implements IFontSchemeEffectiveData

Immutable FontScheme object.


Method Summary
 IFontsEffectiveData getMajor()
           Returns the fonts collection for a "heading" part of the slide.
 IFontsEffectiveData getMinor()
           Returns the fonts collection for a "body" part of the slide.
 java.lang.String getName()
           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 IFontsEffectiveData getMinor()

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

Specified by:
getMinor in interface IFontSchemeEffectiveData

getMajor

public IFontsEffectiveData getMajor()

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

Specified by:
getMajor in interface IFontSchemeEffectiveData

getName

public java.lang.String getName()

Returns the font scheme name. Readonly string.

Specified by:
getName in interface IFontSchemeEffectiveData