FontScheme

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IFontScheme, com.aspose.slides.IDOMObject

public class FontScheme implements IFontScheme, IDOMObject

Stores theme-defined fonts.

Methods

MethodDescription
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.
getParent_Immediate()

getMinor()

public final IFonts getMinor()

Returns the fonts collection for a “body” part of the slide. Read-only IFonts.

Returns: IFonts

getMajor()

public final IFonts getMajor()

Returns the fonts collection for a “heading” part of the slide. Read-only IFonts.

Returns: IFonts

getName()

public final String getName()

Returns the font scheme name. Read/write String.

Returns: java.lang.String

setName(String value)

public final void setName(String value)

Returns the font scheme name. Read/write String.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getParent_Immediate()

public final IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.

Returns: com.aspose.slides.IDOMObject