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
- interface IFontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides
ReplaceFont(IFontSubstRule)
Ersetzen Sie die Schriftart in der Präsentation mit den Informationen inIFontSubstRule
public void ReplaceFont(IFontSubstRule substRule)
Parameter | Typ | Beschreibung |
---|---|---|
substRule | IFontSubstRule | Informationen zum Ersetzen von Schriftarten |
Siehe auch
- interface IFontSubstRule
- interface IFontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Ersetzen Sie die Schriftart in der Präsentation mit Informationen aus der Sammlung vonIFontSubstRule
public void ReplaceFont(IFontSubstRuleCollection substRules)
Parameter | Typ | Beschreibung |
---|---|---|
substRules | IFontSubstRuleCollection | Sammlung von Informationen zur Schriftersetzung |
Siehe auch
- interface IFontSubstRuleCollection
- interface IFontsManager
- namensraum Aspose.Slides
- Montage Aspose.Slides