public class FontSchemeEffectiveData extends java.lang.Object implements IFontSchemeEffectiveData
Immutable FontScheme object.
Modifier and Type | Method and Description |
---|---|
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.
|
public final IFontsEffectiveData getMinor()
Returns the fonts collection for a "body" part of the slide.
Read-only IFontsEffectiveData
.
getMinor
in interface IFontSchemeEffectiveData
public final IFontsEffectiveData getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFontsEffectiveData
.
getMajor
in interface IFontSchemeEffectiveData
public final java.lang.String getName()
Returns the font scheme name.
Read-only String
.
getName
in interface IFontSchemeEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.