ReplaceFont

ReplaceFont(IFontData, IFontData)

Schriftart in Präsentation ersetzen

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

Siehe auch


ReplaceFont(IFontSubstRule)

Ersetzen Sie die Schriftart in der Präsentation mit den Informationen inFontSubstRule

public void ReplaceFont(IFontSubstRule substRule)
ParameterTypBeschreibung
substRuleIFontSubstRuleInformationen zum Ersetzen von Schriftarten

Siehe auch


ReplaceFont(IFontSubstRuleCollection)

Ersetzen Sie die Schriftart in der Präsentation mit Informationen aus der Sammlung vonFontSubstRule

public void ReplaceFont(IFontSubstRuleCollection substRules)
ParameterTypBeschreibung
substRulesIFontSubstRuleCollectionSammlung von Schriftersetzungsregeln

Siehe auch