aspose.cells

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
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets ShapeSegmentPath object.
 
Method Summary
functionadd(type)
Add a segment path in creation path.
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

      • ShapeSegmentPathCollection

        function ShapeSegmentPathCollection()
    • Method Detail

      • add

        function add(type)
        Add a segment path in creation path.
        Parameters:
        type: Number - A ShapePathType value. The path type.
        Returns:
        Returns the position of ShapeSegmentPath object in the list.
      • 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.