com.moyosoft.connector.ms.excel
Class Pictures

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

public class Pictures
extends ExcelCollection


Constructor Summary
Pictures(Dispatch dispatch)
           
 
Method Summary
 Picture add(double left, double top, double width, double height)
           
 int getCount()
           
 Picture getItem(int index)
           
 GroupObject group()
           
 Picture insert(java.io.File file)
           
 Picture paste()
           
 
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

Pictures

public Pictures(Dispatch dispatch)
Method Detail

add

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

getCount

public int getCount()

group

public GroupObject group()

insert

public Picture insert(java.io.File file)

getItem

public Picture getItem(int index)

paste

public Picture paste()