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 IFontScheme
public final IFonts getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFonts
.
getMajor
in interface IFontScheme
public final java.lang.String getName()
Returns the font scheme name.
Read/write String
.
getName
in interface IFontScheme
public final void setName(java.lang.String value)
Returns the font scheme name.
Read/write String
.
setName
in interface IFontScheme
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.