net.rgielen.com4j.office2010.office.MsoFileNewAction Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoFileNewAction {
/**
*
* The value of this constant is 0
*
*/
msoEditFile, // 0
/**
*
* The value of this constant is 1
*
*/
msoCreateNewFile, // 1
/**
*
* The value of this constant is 2
*
*/
msoOpenFile, // 2
}