asposecells.api
Class ShapeSegmentPathCollection

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.

Constructor Summary
ShapeSegmentPathCollection()
          
 
Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets ShapeSegmentPath object.
 
Method Summary
methodadd(type)
           Add a segment path in creation path.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Constructor Detail

ShapeSegmentPathCollection

ShapeSegmentPathCollection()

Property Getters/Setters Detail

getCount : int 

int getCount()

get : ShapeSegmentPath 

ShapeSegmentPath get(index)
Gets ShapeSegmentPath object.
Parameters:
index - The index.
Returns:
Returns a ShapeSegmentPath object.

Method Detail

add

int add(type)
Add a segment path in creation path.
Parameters:
type: int - A ShapePathType value. The path type.
Returns:
Returns the position of ShapeSegmentPath object in the list.

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int 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.