net.rgielen.com4j.office2010.office.MsoFeatureInstall Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoFeatureInstall {
/**
*
* The value of this constant is 0
*
*/
msoFeatureInstallNone, // 0
/**
*
* The value of this constant is 1
*
*/
msoFeatureInstallOnDemand, // 1
/**
*
* The value of this constant is 2
*
*/
msoFeatureInstallOnDemandWithUI, // 2
}