com.aspose.slides
Class FontScheme

java.lang.Object
  extended by com.aspose.slides.FontScheme
All Implemented Interfaces:
IFontScheme

public class FontScheme
extends java.lang.Object
implements 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.
 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

getMinor

public IFonts getMinor()

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

Specified by:
getMinor in interface IFontScheme

getMajor

public IFonts getMajor()

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

Specified by:
getMajor in interface IFontScheme

getName

public java.lang.String getName()

Returns the font scheme name. Read/write String.

Specified by:
getName in interface IFontScheme

setName

public void setName(java.lang.String value)

Returns the font scheme name. Read/write String.

Specified by:
setName in interface IFontScheme

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.