public interface IFontSubstRuleCollection extends IGenericCollection<IFontSubstRule>
Modifier and Type | Method and Description |
---|---|
void |
add(IFontSubstRule value)
Adds the new font substitution rule to the collection
|
IFontSubstRule |
get_Item(int index)
Gets the element at the specified index.
|
void |
remove(IFontSubstRule value)
Removes the first occurrence of a specific object from the collection.
|
iterator
IFontSubstRule get_Item(int index)
Gets the element at the specified index.
void add(IFontSubstRule value)
Adds the new font substitution rule to the collection
void remove(IFontSubstRule value)
Removes the first occurrence of a specific object from the collection.
value
- The module to remove from the collection.