com.moyosoft.connector.ms.excel
Class CustomProperties

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

public class CustomProperties
extends ExcelCollection


Constructor Summary
CustomProperties(Dispatch dispatch)
           
 
Method Summary
 CustomProperty add(java.lang.String name, boolean value)
           
 CustomProperty add(java.lang.String name, java.util.Date value)
           
 CustomProperty add(java.lang.String name, double value)
           
 CustomProperty add(java.lang.String name, int value)
           
 CustomProperty add(java.lang.String name, java.lang.String value)
           
 int getCount()
           
 CustomProperty getItem(int index)
           
 
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

CustomProperties

public CustomProperties(Dispatch dispatch)
Method Detail

add

public CustomProperty add(java.lang.String name,
                          java.lang.String value)

add

public CustomProperty add(java.lang.String name,
                          int value)

add

public CustomProperty add(java.lang.String name,
                          double value)

add

public CustomProperty add(java.lang.String name,
                          java.util.Date value)

add

public CustomProperty add(java.lang.String name,
                          boolean value)

getCount

public int getCount()

getItem

public CustomProperty getItem(int index)