替换字体
ReplaceFont(IFontData, IFontData)
在演示文稿中替换字体
public void ReplaceFont(IFontData sourceFont, IFontData destFont)
参数 | 类型 | 描述 |
---|---|---|
sourceFont | IFontData | 源字体 |
destFont | IFontData | 目标字体 |
另见
- 接口 IFontData
- 类 FontsManager
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReplaceFont(IFontSubstRule)
使用在 FontSubstRule
中提供的信息在演示文稿中替换字体
public void ReplaceFont(IFontSubstRule substRule)
参数 | 类型 | 描述 |
---|---|---|
substRule | IFontSubstRule | 字体替换信息 |
另见
- 接口 IFontSubstRule
- 类 FontsManager
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
使用在 FontSubstRule
集合中提供的信息在演示文稿中替换字体
public void ReplaceFont(IFontSubstRuleCollection substRules)
参数 | 类型 | 描述 |
---|---|---|
substRules | IFontSubstRuleCollection | 字体替换规则集合 |