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

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

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

import com4j.*;

/**
 */
public enum XlHebrewModes {
  /**
   * 

* The value of this constant is 0 *

*/ xlHebrewFullScript, // 0 /** *

* The value of this constant is 1 *

*/ xlHebrewPartialScript, // 1 /** *

* The value of this constant is 2 *

*/ xlHebrewMixedScript, // 2 /** *

* The value of this constant is 3 *

*/ xlHebrewMixedAuthorizedScript, // 3 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy