All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.XlIMEMode Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

/**
 */
public enum XlIMEMode {
  /**
   * 

* The value of this constant is 0 *

*/ xlIMEModeNoControl, // 0 /** *

* The value of this constant is 1 *

*/ xlIMEModeOn, // 1 /** *

* The value of this constant is 2 *

*/ xlIMEModeOff, // 2 /** *

* The value of this constant is 3 *

*/ xlIMEModeDisable, // 3 /** *

* The value of this constant is 4 *

*/ xlIMEModeHiragana, // 4 /** *

* The value of this constant is 5 *

*/ xlIMEModeKatakana, // 5 /** *

* The value of this constant is 6 *

*/ xlIMEModeKatakanaHalf, // 6 /** *

* The value of this constant is 7 *

*/ xlIMEModeAlphaFull, // 7 /** *

* The value of this constant is 8 *

*/ xlIMEModeAlpha, // 8 /** *

* The value of this constant is 9 *

*/ xlIMEModeHangulFull, // 9 /** *

* The value of this constant is 10 *

*/ xlIMEModeHangul, // 10 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy