com.spire.xls.core.spreadsheet.collections
Class ArcShapeCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by com.spire.xls.core.spreadsheet.collections.ArcShapeCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IArcShapes, java.lang.Iterable

public class ArcShapeCollection
extends CollectionExtended
implements IArcShapes


Constructor Summary
ArcShapeCollection(java.lang.Object parent)
           
 
Method Summary
 IArcShape addArc(int row, int column, int height, int width)
           
 void addCopy(IArcShape source)
           
 IArcShape get(int index)
           
 IArcShape get(java.lang.String name)
           
 

Constructor Detail

ArcShapeCollection

public ArcShapeCollection(java.lang.Object parent)
Method Detail

get

public IArcShape get(int index)
Specified by:
get in interface IArcShapes

get

public IArcShape get(java.lang.String name)
Specified by:
get in interface IArcShapes

addArc

public IArcShape addArc(int row,
                        int column,
                        int height,
                        int width)
Specified by:
addArc in interface IArcShapes

addCopy

public void addCopy(IArcShape source)