com.aspose.slides
Interface IFontsManager

All Known Implementing Classes:
FontsManager

public interface IFontsManager


Method Summary
 IFontData[] getFonts()
           Returns the fonts used in the presentation.
 IFontSubstRuleCollection getFontSubstRuleList()
           Font substitutions to use when rendering.
 void replaceFont(IFontData sourceFont, IFontData destFont)
           Replace font in presentation.
 void replaceFont(IFontSubstRule substRule)
           Replace font in presentation using information provided in IFontSubstRule.
 void replaceFont(IFontSubstRuleCollection substRules)
           Replace font in presentation using information provided in collection of IFontSubstRule.
 void setFontSubstRuleList(IFontSubstRuleCollection value)
           Font substitutions to use when rendering.
 

Method Detail

getFontSubstRuleList

IFontSubstRuleCollection getFontSubstRuleList()

Font substitutions to use when rendering. Read/write IFontSubstRuleCollection.


setFontSubstRuleList

void setFontSubstRuleList(IFontSubstRuleCollection value)

Font substitutions to use when rendering. Read/write IFontSubstRuleCollection.


getFonts

IFontData[] getFonts()

Returns the fonts used in the presentation.

Returns:
An array of fonts

replaceFont

void replaceFont(IFontData sourceFont,
                 IFontData destFont)

Replace font in presentation.

Parameters:
sourceFont - Source font
destFont - Destination font

replaceFont

void replaceFont(IFontSubstRule substRule)

Replace font in presentation using information provided in IFontSubstRule.

Parameters:
substRule - Font substitution info

replaceFont

void replaceFont(IFontSubstRuleCollection substRules)

Replace font in presentation using information provided in collection of IFontSubstRule.

Parameters:
substRules - Font substitution info collection


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