|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontsManager
public class FontsManager
Manages fonts across the presentation
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 FontSubstRuleFontSubstRule |
void |
replaceFont(IFontSubstRuleCollection substRules)
Replace font in presentation using information provided in collection of FontSubstRuleFontSubstRule |
void |
setFontSubstRuleList(IFontSubstRuleCollection value)
Font substitutions to use when rendering. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IFontSubstRuleCollection getFontSubstRuleList()
Font substitutions to use when rendering.
Read/write IFontSubstRuleCollection
.
getFontSubstRuleList
in interface IFontsManager
public void setFontSubstRuleList(IFontSubstRuleCollection value)
Font substitutions to use when rendering.
Read/write IFontSubstRuleCollection
.
setFontSubstRuleList
in interface IFontsManager
public IFontData[] getFonts()
Returns the fonts used in the presentation
getFonts
in interface IFontsManager
public void replaceFont(IFontData sourceFont, IFontData destFont)
Replace font in presentation
replaceFont
in interface IFontsManager
sourceFont
- Source fontdestFont
- Destination fontpublic void replaceFont(IFontSubstRule substRule)
Replace font in presentation using information provided in FontSubstRuleFontSubstRule
replaceFont
in interface IFontsManager
substRule
- Font substitution infopublic void replaceFont(IFontSubstRuleCollection substRules)
Replace font in presentation using information provided in collection of FontSubstRuleFontSubstRule
replaceFont
in interface IFontsManager
substRules
- Font substitution rules collection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |