com.moyosoft.connector.ms.excel
Class SmartTagOptions

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

public class SmartTagOptions
extends java.lang.Object


Constructor Summary
SmartTagOptions(Dispatch dispatch)
           
 
Method Summary
 Dispatch getDispatch()
           
 SmartTagDisplayMode getDisplaySmartTags()
           
 boolean isEmbedSmartTags()
           
 void setDisplaySmartTags(SmartTagDisplayMode value)
           
 void setEmbedSmartTags(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartTagOptions

public SmartTagOptions(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getDisplaySmartTags

public SmartTagDisplayMode getDisplaySmartTags()

setDisplaySmartTags

public void setDisplaySmartTags(SmartTagDisplayMode value)

isEmbedSmartTags

public boolean isEmbedSmartTags()

setEmbedSmartTags

public void setEmbedSmartTags(boolean value)