|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontScheme
public class FontScheme
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IFonts getMinor()
Returns the fonts collection for a "body" part of the slide.
Readonly Fonts
.
getMinor
in interface IFontScheme
public IFonts getMajor()
Returns the fonts collection for a "heading" part of the slide.
Readonly Fonts
.
getMajor
in interface IFontScheme
public java.lang.String getName()
Returns the font scheme name. Read/write string.
getName
in interface IFontScheme
public void setName(java.lang.String value)
setName
in interface IFontScheme
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |