ReplaceFont
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 | 字体替换规则集合 |