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. Read-only IFontsEffectiveData.

Specified by:
getMinor in interface IFontSchemeEffectiveData

getMajor

public IFontsEffectiveData getMajor()

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

Specified by:
getMajor in interface IFontSchemeEffectiveData

getName

public java.lang.String getName()

Returns the font scheme name. Read-only String.

Specified by:
getName in interface IFontSchemeEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.