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 inIFontSubstRule

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 vonIFontSubstRule

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

Siehe auch