IFontSubstRuleCollection

IFontSubstRuleCollection interface

表示字体替换的集合。

public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>

特性

姓名描述
Item { get; }获取指定索引处的元素。

方法

姓名描述
Add(IFontSubstRule)将新的字体替换规则添加到集合
Remove(IFontSubstRule)从集合中删除特定对象的第一个匹配项。

也可以看看