ReplaceFont

ReplaceFont(IFontData, IFontData)

Schriftart in der Präsentation ersetzen

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

Siehe auch


ReplaceFont(IFontSubstRule)

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

public void ReplaceFont(IFontSubstRule substRule)
ParameterTypBeschreibung
substRuleIFontSubstRuleSchriftart-Ersatzinformationen

Siehe auch


ReplaceFont(IFontSubstRuleCollection)

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

public void ReplaceFont(IFontSubstRuleCollection substRules)
ParameterTypBeschreibung
substRulesIFontSubstRuleCollectionSammlung von Schriftart-Ersatzregeln

Siehe auch