com.spire.xls.core
Interface IOvalShapes

All Known Implementing Classes:
OvalShapeCollection

public interface IOvalShapes


Method Summary
 IOvalShape addOval(int row, int column, int height, int width)
           
 IOvalShape get(int index)
           
 IOvalShape get(java.lang.String name)
           
 

Method Detail

get

IOvalShape get(int index)

get

IOvalShape get(java.lang.String name)

addOval

IOvalShape addOval(int row,
                   int column,
                   int height,
                   int width)