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 | Zielschriftart |
Siehe auch
- Schnittstelle IFontData
- Klasse FontsManager
- Namespace Aspose.Slides
- Assembly Aspose.Slides
ReplaceFont(IFontSubstRule)
Schriftart in der Präsentation ersetzen, indem Informationen aus FontSubstRule verwendet werden
public void ReplaceFont(IFontSubstRule substRule)
| Parameter | Typ | Beschreibung |
|---|---|---|
| substRule | IFontSubstRule | Schriftart-Ersatzinformationen |
Siehe auch
- Schnittstelle IFontSubstRule
- Klasse FontsManager
- Namespace Aspose.Slides
- Assembly Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Schriftart in der Präsentation ersetzen, indem Informationen aus der Sammlung von FontSubstRule verwendet werden
public void ReplaceFont(IFontSubstRuleCollection substRules)
| Parameter | Typ | Beschreibung |
|---|---|---|
| substRules | IFontSubstRuleCollection | Sammlung von Schriftart-Ersatzregeln |
Siehe auch
- Schnittstelle IFontSubstRuleCollection
- Klasse FontsManager
- Namespace Aspose.Slides
- Assembly Aspose.Slides