com.aspose.slides.pptx
Class FontSchemeEx

java.lang.Object
  extended by com.aspose.slides.pptx.FontSchemeEx

public class FontSchemeEx
extends java.lang.Object

Stores theme-defined fonts.


Method Summary
 FontsEx getMajor()
          Returns the fonts collection for a "heading" part of the slide.
 FontsEx 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

getMinor

public FontsEx getMinor()
Returns the fonts collection for a "body" part of the slide.


getMajor

public FontsEx getMajor()
Returns the fonts collection for a "heading" part of the slide.


getName

public java.lang.String getName()
Returns the font scheme name.