com.moyosoft.connector.ms.excel
Class SpellingOptions

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

public class SpellingOptions
extends java.lang.Object


Constructor Summary
SpellingOptions(Dispatch dispatch)
           
 
Method Summary
 ArabicModes getArabicModes()
           
 int getDictLang()
           
 Dispatch getDispatch()
           
 HebrewModes getHebrewModes()
           
 java.lang.String getUserDict()
           
 boolean isGermanPostReform()
           
 boolean isIgnoreCaps()
           
 boolean isIgnoreFileNames()
           
 boolean isIgnoreMixedDigits()
           
 boolean isKoreanCombineAux()
           
 boolean isKoreanProcessCompound()
           
 boolean isKoreanUseAutoChangeList()
           
 boolean isSuggestMainOnly()
           
 void setArabicModes(ArabicModes value)
           
 void setDictLang(int value)
           
 void setGermanPostReform(boolean value)
           
 void setHebrewModes(HebrewModes value)
           
 void setIgnoreCaps(boolean value)
           
 void setIgnoreFileNames(boolean value)
           
 void setIgnoreMixedDigits(boolean value)
           
 void setKoreanCombineAux(boolean value)
           
 void setKoreanProcessCompound(boolean value)
           
 void setKoreanUseAutoChangeList(boolean value)
           
 void setSuggestMainOnly(boolean value)
           
 void setUserDict(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellingOptions

public SpellingOptions(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getDictLang

public int getDictLang()

setDictLang

public void setDictLang(int value)

getUserDict

public java.lang.String getUserDict()

setUserDict

public void setUserDict(java.lang.String value)

isIgnoreCaps

public boolean isIgnoreCaps()

setIgnoreCaps

public void setIgnoreCaps(boolean value)

isSuggestMainOnly

public boolean isSuggestMainOnly()

setSuggestMainOnly

public void setSuggestMainOnly(boolean value)

isIgnoreMixedDigits

public boolean isIgnoreMixedDigits()

setIgnoreMixedDigits

public void setIgnoreMixedDigits(boolean value)

isIgnoreFileNames

public boolean isIgnoreFileNames()

setIgnoreFileNames

public void setIgnoreFileNames(boolean value)

isGermanPostReform

public boolean isGermanPostReform()

setGermanPostReform

public void setGermanPostReform(boolean value)

isKoreanCombineAux

public boolean isKoreanCombineAux()

setKoreanCombineAux

public void setKoreanCombineAux(boolean value)

isKoreanUseAutoChangeList

public boolean isKoreanUseAutoChangeList()

setKoreanUseAutoChangeList

public void setKoreanUseAutoChangeList(boolean value)

isKoreanProcessCompound

public boolean isKoreanProcessCompound()

setKoreanProcessCompound

public void setKoreanProcessCompound(boolean value)

getHebrewModes

public HebrewModes getHebrewModes()

setHebrewModes

public void setHebrewModes(HebrewModes value)

getArabicModes

public ArabicModes getArabicModes()

setArabicModes

public void setArabicModes(ArabicModes value)