com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IAdjustValueCollection

  • All Superinterfaces:
    com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
    All Known Implementing Classes:
    AdjustValueCollection


    public interface IAdjustValueCollection
    extends com.aspose.ms.System.Collections.ICollection

    Reprasents a collection of shape's adjustments.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IAdjustValue get_Item(int index)
      Returns adjustment by index.
      • Methods inherited from interface com.aspose.ms.System.Collections.ICollection

        copyTo, getSyncRoot, isSynchronized, size
      • Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable

        iterator
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • get_Item

        IAdjustValue get_Item(int index)

        Returns adjustment by index.

        Parameters:
        index - adjustment's index.
        Returns:
        IAdjustValue.