com.moyosoft.connector.ms.excel
Class SmartTagAction

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

public class SmartTagAction
extends java.lang.Object


Constructor Summary
SmartTagAction(Dispatch dispatch)
           
 
Method Summary
 void execute()
           
 Dispatch getDispatch()
           
 int getListSelection()
           
 java.lang.String getName()
           
 int getRadioGroupSelection()
           
 java.lang.String getTextboxText()
           
 SmartTagControlType getType()
           
 boolean isCheckboxState()
           
 boolean isExpandHelp()
           
 boolean isPresentInPane()
           
 void setCheckboxState(boolean value)
           
 void setExpandHelp(boolean value)
           
 void setListSelection(int value)
           
 void setRadioGroupSelection(int value)
           
 void setTextboxText(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartTagAction

public SmartTagAction(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getName

public java.lang.String getName()

execute

public void execute()

getType

public SmartTagControlType getType()

isPresentInPane

public boolean isPresentInPane()

isExpandHelp

public boolean isExpandHelp()

setExpandHelp

public void setExpandHelp(boolean value)

isCheckboxState

public boolean isCheckboxState()

setCheckboxState

public void setCheckboxState(boolean value)

getTextboxText

public java.lang.String getTextboxText()

setTextboxText

public void setTextboxText(java.lang.String value)

getListSelection

public int getListSelection()

setListSelection

public void setListSelection(int value)

getRadioGroupSelection

public int getRadioGroupSelection()

setRadioGroupSelection

public void setRadioGroupSelection(int value)