|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontSubstRuleCollection
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 |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |