
net.rgielen.com4j.office2010.office.MsoComboStyle Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoComboStyle {
/**
*
* The value of this constant is 0
*
*/
msoComboNormal, // 0
/**
*
* The value of this constant is 1
*
*/
msoComboLabel, // 1
}