public interface IFontSubstRuleCollection extends IGenericCollection<IFontSubstRule>
Represents collection of fonts substitution.
| 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.
|
iteratorJavaiteratorIFontSubstRule get_Item(int index)
Gets the element at the specified index.
void add(IFontSubstRule value)
Adds the new font substitution rule to the collection
value - Font substitution rule IFontSubstRulevoid remove(IFontSubstRule value)
Removes the first occurrence of a specific object from the collection.
value - The module to remove from the collection.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.