com.moyosoft.connector.ms.excel
Class CustomProperty
java.lang.Object
|
+--com.moyosoft.connector.ms.excel.CustomProperty
- public class CustomProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomProperty
public CustomProperty(Dispatch dispatch)
getDispatch
public Dispatch getDispatch()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getValue
public java.lang.String getValue()
getValueAsString
public java.lang.String getValueAsString()
getValueAsInt
public int getValueAsInt()
getValueAsDouble
public double getValueAsDouble()
getValueAsDate
public java.util.Date getValueAsDate()
getValueAsBoolean
public boolean getValueAsBoolean()
setValue
public void setValue(java.lang.String value)
setValue
public void setValue(int value)
setValue
public void setValue(double value)
setValue
public void setValue(java.util.Date value)
setValue
public void setValue(boolean value)
delete
public void delete()