IFontSubstRuleCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IFontSubstRuleCollection extends IGenericCollection<IFontSubstRule>

Represents collection of fonts substitution.

Methods

MethodDescription
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:

ParameterTypeDescription
indexint

Returns: IFontSubstRule

add(IFontSubstRule value)

public abstract void add(IFontSubstRule value)

Adds the new font substitution rule to the collection

Parameters:

ParameterTypeDescription
valueIFontSubstRuleFont substitution rule IFontSubstRule

remove(IFontSubstRule value)

public abstract void remove(IFontSubstRule value)

Removes the first occurrence of a specific object from the collection.

Parameters:

ParameterTypeDescription
valueIFontSubstRuleThe module to remove from the collection.