IFontSubstRuleCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IFontSubstRuleCollection extends IGenericCollection<IFontSubstRule>
Represents collection of fonts substitution.
Methods
Method | Description |
---|---|
get_Item(int index) | Gets the element at the specified index. |
add(IFontSubstRule value) | Adds the new font substitution rule to the collection |
remove(IFontSubstRule value) | Removes the first occurrence of a specific object from the collection. |
get_Item(int index)
public abstract IFontSubstRule get_Item(int index)
Gets the element at the specified index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: IFontSubstRule
add(IFontSubstRule value)
public abstract void add(IFontSubstRule value)
Adds the new font substitution rule to the collection
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFontSubstRule | Font substitution rule IFontSubstRule |
remove(IFontSubstRule value)
public abstract void remove(IFontSubstRule value)
Removes the first occurrence of a specific object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFontSubstRule | The module to remove from the collection. |