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
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 |
CustomProperties
public CustomProperties(Dispatch dispatch)
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)