com.aspose.slides
Interface IFontSchemeEffectiveData

All Known Implementing Classes:
FontSchemeEffectiveData

public interface 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.
 

Method Detail

getMinor

IFontsEffectiveData getMinor()

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


getMajor

IFontsEffectiveData getMajor()

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


getName

java.lang.String getName()

Returns the font scheme name. Read-only String.



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