com.moyosoft.connector.ms.excel
Class Ovals

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.Ovals
All Implemented Interfaces:
java.util.Collection

public class Ovals
extends ExcelCollection


Constructor Summary
Ovals(Dispatch dispatch)
           
 
Method Summary
 Oval add(double left, double top, double width, double height)
           
 boolean getAutoScaleFont()
           
 int getCount()
           
 Oval getItem(int index)
           
 GroupObject group()
           
 void setAutoScaleFont(boolean value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
getDispatch, iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

Ovals

public Ovals(Dispatch dispatch)
Method Detail

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

add

public Oval add(double left,
                double top,
                double width,
                double height)

getCount

public int getCount()

group

public GroupObject group()

getItem

public Oval getItem(int index)