com.spire.xls.core.spreadsheet.collections
Class OvalShapeCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.OvalShapeCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IOvalShapes, java.lang.Iterable
public class OvalShapeCollection
- extends CollectionExtended
- implements IOvalShapes
OvalShapeCollection
public OvalShapeCollection(java.lang.Object parent)
get
public IOvalShape get(int index)
- Specified by:
get
in interface IOvalShapes
get
public IOvalShape get(java.lang.String name)
- Specified by:
get
in interface IOvalShapes
addOval
public IOvalShape addOval(int row,
int column,
int height,
int width)
- Specified by:
addOval
in interface IOvalShapes
addCopy
public void addCopy(IOvalShape source)