com.aspose.slides
Interface IFontSubstRuleCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IFontSubstRule>, IGenericCollection<IFontSubstRule>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFontSubstRule>, java.lang.Iterable<IFontSubstRule>
All Known Implementing Classes:
FontSubstRuleCollection

public interface IFontSubstRuleCollection
extends IGenericCollection<IFontSubstRule>


Method Summary
 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.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IFontSubstRule get_Item(int index)

Gets the element at the specified index.


add

void add(IFontSubstRule value)

Adds the new font substitution rule to the collection


remove

void remove(IFontSubstRule value)

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

Parameters:
value - The module to remove from the collection.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.