com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPointCollection

  • All Superinterfaces:
    com.aspose.ms.System.Collections.IEnumerable<IPoint>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>, java.lang.Iterable<IPoint>
    All Known Implementing Classes:
    PointCollection


    public interface IPointCollection
    extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>

    Represents a collection of portions.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IPoint get_Item(int index)
      Returns a point at the specified index.
      int getCount()
      Returns the number of points in the collection.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • getCount

        int getCount()

        Returns the number of points in the collection. Read-only int.

      • get_Item

        IPoint get_Item(int index)

        Returns a point at the specified index.

        Parameters:
        index - Index of element.
        Returns:
        The IPoint object.