com.moyosoft.connector.ms.excel
Class SmartTag

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.SmartTag

public class SmartTag
extends java.lang.Object


Constructor Summary
SmartTag(Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 Dispatch getDispatch()
           
 java.lang.String getDownloadURL()
           
 java.lang.String getName()
           
 CustomProperties getProperties()
           
 Range getRange()
           
 SmartTagActions getSmartTagActions()
           
 java.lang.String getXML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartTag

public SmartTag(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getDownloadURL

public java.lang.String getDownloadURL()

getName

public java.lang.String getName()

getXML

public java.lang.String getXML()

getRange

public Range getRange()

delete

public void delete()

getSmartTagActions

public SmartTagActions getSmartTagActions()

getProperties

public CustomProperties getProperties()