com.aspose.slides
Interface IFontScheme

All Known Implementing Classes:
FontScheme

public interface 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.
 void setName(java.lang.String value)
           Returns the font scheme name.
 

Method Detail

getMinor

IFonts getMinor()

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


getMajor

IFonts getMajor()

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


getName

java.lang.String getName()

Returns the font scheme name. Read/write String.


setName

void setName(java.lang.String value)

Returns the font scheme name. Read/write String.



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