net.rgielen.com4j.office2010.office.MsoPickerField Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoPickerField {
/**
*
* The value of this constant is 0
*
*/
msoPickerFieldUnknown, // 0
/**
*
* The value of this constant is 1
*
*/
msoPickerFieldDateTime, // 1
/**
*
* The value of this constant is 2
*
*/
msoPickerFieldNumber, // 2
/**
*
* The value of this constant is 3
*
*/
msoPickerFieldText, // 3
/**
*
* The value of this constant is 4
*
*/
msoPickerFieldUser, // 4
/**
*
* The value of this constant is 5
*
*/
msoPickerFieldMax, // 5
}