com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IFontSubstRuleCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface com.aspose.ms.System.Collections.ICollection

        copyTo, getSyncRoot, isSynchronized, size
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • 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.