ReplaceFont
Inhalt
[
Ausblenden
]ReplaceFont(IFontData, IFontData)
Schriftart in der Präsentation ersetzen
public void ReplaceFont(IFontData sourceFont, IFontData destFont)
Parameter | Typ | Beschreibung |
---|---|---|
sourceFont | IFontData | Quellschriftart |
destFont | IFontData | Zielschnittart |
Siehe auch
- Schnittstelle IFontData
- Schnittstelle IFontsManager
- Namensraum Aspose.Slides
- Assembly Aspose.Slides
ReplaceFont(IFontSubstRule)
Schriftart in der Präsentation ersetzen, indem Informationen aus IFontSubstRule
verwendet werden
public void ReplaceFont(IFontSubstRule substRule)
Parameter | Typ | Beschreibung |
---|---|---|
substRule | IFontSubstRule | Informationen zur Schriftartsubstitution |
Siehe auch
- Schnittstelle IFontSubstRule
- Schnittstelle IFontsManager
- Namensraum Aspose.Slides
- Assembly Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Schriftart in der Präsentation ersetzen, indem Informationen aus der Sammlung von IFontSubstRule
verwendet werden
public void ReplaceFont(IFontSubstRuleCollection substRules)
Parameter | Typ | Beschreibung |
---|---|---|
substRules | IFontSubstRuleCollection | Sammlung von Informationen zur Schriftartsubstitution |
Siehe auch
- Schnittstelle IFontSubstRuleCollection
- Schnittstelle IFontsManager
- Namensraum Aspose.Slides
- Assembly Aspose.Slides