net.rgielen.com4j.office2010.excel.XlPhoneticAlignment Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
/**
*/
public enum XlPhoneticAlignment {
/**
*
* The value of this constant is 0
*
*/
xlPhoneticAlignNoControl, // 0
/**
*
* The value of this constant is 1
*
*/
xlPhoneticAlignLeft, // 1
/**
*
* The value of this constant is 2
*
*/
xlPhoneticAlignCenter, // 2
/**
*
* The value of this constant is 3
*
*/
xlPhoneticAlignDistributed, // 3
}