IFontScheme
public interface IFontScheme
Stores theme-defined fonts.
Methods
| Method | Description |
|---|---|
| getMinor() | Returns the fonts collection for a “body” part of the slide. |
| getMajor() | Returns the fonts collection for a “heading” part of the slide. |
| getName() | Returns the font scheme name. |
| setName(String value) | Returns the font scheme name. |
getMinor()
public abstract IFonts getMinor()
Returns the fonts collection for a “body” part of the slide. Read-only IFonts.
Returns: IFonts
getMajor()
public abstract IFonts getMajor()
Returns the fonts collection for a “heading” part of the slide. Read-only IFonts.
Returns: IFonts
getName()
public abstract String getName()
Returns the font scheme name. Read/write String.
Returns: java.lang.String
setName(String value)
public abstract void setName(String value)
Returns the font scheme name. Read/write String.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |