|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontScheme
Stores theme-defined fonts.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |