|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IFontSubstRuleCollection getFontSubstRuleList()
Font substitutions to use when rendering.
Read/write IFontSubstRuleCollection
.
void setFontSubstRuleList(IFontSubstRuleCollection value)
Font substitutions to use when rendering.
Read/write IFontSubstRuleCollection
.
IFontData[] getFonts()
Returns the fonts used in the presentation.
void replaceFont(IFontData sourceFont, IFontData destFont)
Replace font in presentation.
sourceFont
- Source fontdestFont
- Destination fontvoid replaceFont(IFontSubstRule substRule)
Replace font in presentation using information provided in IFontSubstRule
.
substRule
- Font substitution infovoid replaceFont(IFontSubstRuleCollection substRules)
Replace font in presentation using information provided in collection of IFontSubstRule
.
substRules
- Font substitution info collection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |