ReplaceFont

ReplaceFont(IFontData, IFontData)

Schriftart in der Präsentation ersetzen

public void ReplaceFont(IFontData sourceFont, IFontData destFont)
ParameterTypBeschreibung
sourceFontIFontDataQuellschriftart
destFontIFontDataZielschnittart

Siehe auch


ReplaceFont(IFontSubstRule)

Schriftart in der Präsentation ersetzen, indem Informationen aus IFontSubstRule verwendet werden

public void ReplaceFont(IFontSubstRule substRule)
ParameterTypBeschreibung
substRuleIFontSubstRuleInformationen zur Schriftartsubstitution

Siehe auch


ReplaceFont(IFontSubstRuleCollection)

Schriftart in der Präsentation ersetzen, indem Informationen aus der Sammlung von IFontSubstRule verwendet werden

public void ReplaceFont(IFontSubstRuleCollection substRules)
ParameterTypBeschreibung
substRulesIFontSubstRuleCollectionSammlung von Informationen zur Schriftartsubstitution

Siehe auch