aspose.cells

Class ShapePathPointCollection

Represents all shape path points.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets shape path point by index.
 
Method Summary
functionadd(x, y)
Adds a path point.
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • ShapePathPointCollection

        function ShapePathPointCollection()
    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ShapePathPoint 

        function get(index)
        
        Gets shape path point by index.
        Parameters:
        index - The index
        Returns:
        Returns ShapePathPoint object
    • Method Detail

      • add

        function add(x, y)
        Adds a path point.
        Parameters:
        x: Number - The x coordinate.
        y: Number - The y coordinate.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.