aspose.cells

Class ShapeGuideCollection

Encapsulates a collection of shape guide

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets a shape guide by index
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(name, val)
Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • ShapeGuideCollection

        function ShapeGuideCollection()
    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ShapeGuide 

        function get(index)
        
        Gets a shape guide by index
        Parameters:
        index -
        Returns:
    • Method Detail

      • add

        function add(name, val)
        Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
        Parameters:
        name: String - the name of adjust. It's as "adj(Used when there is only one adjustment value)", "adj1", "adj2", "adj3" and so on.
        val: Number - the value of adjust
      • 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.