|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontSchemeEffectiveData
public class FontSchemeEffectiveData
Immutable FontScheme object.
Method Summary | |
---|---|
IFontsEffectiveData |
getMajor()
Returns the fonts collection for a "heading" part of the slide. |
IFontsEffectiveData |
getMinor()
Returns the fonts collection for a "body" part of the slide. |
java.lang.String |
getName()
Returns the font scheme name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IFontsEffectiveData getMinor()
Returns the fonts collection for a "body" part of the slide.
Read-only IFontsEffectiveData
.
getMinor
in interface IFontSchemeEffectiveData
public IFontsEffectiveData getMajor()
Returns the fonts collection for a "heading" part of the slide.
Read-only IFontsEffectiveData
.
getMajor
in interface IFontSchemeEffectiveData
public java.lang.String getName()
Returns the font scheme name.
Read-only String
.
getName
in interface IFontSchemeEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |