net.rgielen.com4j.office2010.excel.XlArabicModes Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlArabicModes {
/**
*
* The value of this constant is 0
*
*/
xlArabicNone, // 0
/**
*
* The value of this constant is 1
*
*/
xlArabicStrictAlefHamza, // 1
/**
*
* The value of this constant is 2
*
*/
xlArabicStrictFinalYaa, // 2
/**
*
* The value of this constant is 3
*
*/
xlArabicBothStrict, // 3
}