IFontSubstRuleCollection

Interface IFontSubstRuleCollection

Représente une collection de substitution de polices.

public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>

Propriétés

NomDescription
Item { get; }Obtient l’élément à l’index spécifié.

Méthodes

NomDescription
Add(IFontSubstRule)Ajoute la nouvelle règle de substitution de police à la collection
Remove(IFontSubstRule)Supprime la première occurrence d’un objet spécifique de la collection.

Voir aussi