ReplaceFont
Inhalt
[
Ausblenden
]ReplaceFont(IFontData, IFontData)
Schriftart in Präsentation ersetzen
public void ReplaceFont(IFontData sourceFont, IFontData destFont)
Parameter | Typ | Beschreibung |
---|---|---|
sourceFont | IFontData | Quellschrift |
destFont | IFontData | Zielschriftart |
Siehe auch
- interface IFontData
- class FontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides
ReplaceFont(IFontSubstRule)
Ersetzen Sie die Schriftart in der Präsentation mit den Informationen inFontSubstRule
public void ReplaceFont(IFontSubstRule substRule)
Parameter | Typ | Beschreibung |
---|---|---|
substRule | IFontSubstRule | Informationen zum Ersetzen von Schriftarten |
Siehe auch
- interface IFontSubstRule
- class FontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Ersetzen Sie die Schriftart in der Präsentation mit Informationen aus der Sammlung vonFontSubstRule
public void ReplaceFont(IFontSubstRuleCollection substRules)
Parameter | Typ | Beschreibung |
---|---|---|
substRules | IFontSubstRuleCollection | Sammlung von Schriftersetzungsregeln |
Siehe auch
- interface IFontSubstRuleCollection
- class FontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides