aspose.cells

Class ShapePathCollection

Represents path collection information in NotPrimitive autoshape

Property Getters/Setters Summary
functiongetCount()
Gets the count of paths
functionget(index)
Gets a creation path.
 
Method Summary
functionadd()
Add a 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)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
        Gets the count of paths
      • get : ShapePath 

        function get(index)
        
        Gets a creation path.
        Parameters:
        index - The index.
        Returns:
        Returns ShapePath object.
    • Method Detail

      • add

        function add()
        Add a creation path.
        Returns:
        Returns ShapePath object.
      • 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.