public interface 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.
|
void |
setName(java.lang.String value)
Returns the font scheme name.
|
IFonts getMinor()
Returns the fonts collection for a "body" part of the slide.
Read-only IFonts
.
IFonts getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFonts
.
java.lang.String getName()
Returns the font scheme name.
Read/write String
.
void setName(java.lang.String value)
Returns the font scheme name.
Read/write String
.