public class FontScheme extends java.lang.Object implements IFontScheme
Stores theme-defined fonts.
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
void |
setName(java.lang.String value)
Returns the font scheme name.
|
public final IFonts getMinor()
Returns the fonts collection for a "body" part of the slide.
Read-only IFonts.
getMinor in interface IFontSchemepublic final IFonts getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFonts.
getMajor in interface IFontSchemepublic final java.lang.String getName()
Returns the font scheme name.
Read/write String.
getName in interface IFontSchemepublic final void setName(java.lang.String value)
Returns the font scheme name.
Read/write String.
setName in interface IFontSchemepublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.