net.rgielen.com4j.office2010.excel.XlSpanishModes Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlSpanishModes {
/**
*
* The value of this constant is 0
*
*/
xlSpanishTuteoOnly, // 0
/**
*
* The value of this constant is 1
*
*/
xlSpanishTuteoAndVoseo, // 1
/**
*
* The value of this constant is 2
*
*/
xlSpanishVoseoOnly, // 2
}