aspose.cells
Class ShapePathPointCollection

Represents all shape path points.

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

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.