|
||||||||
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
void |
setName(java.lang.String value)
Returns the font scheme name. |
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.
Read-only IFonts
.
getMinor
in interface IFontScheme
public IFonts getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFonts
.
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)
Returns the font scheme name.
Read/write String
.
setName
in interface IFontScheme
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |