net.rgielen.com4j.office2010.office.MsoFileNewSection Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoFileNewSection {
/**
*
* The value of this constant is 0
*
*/
msoOpenDocument, // 0
/**
*
* The value of this constant is 1
*
*/
msoNew, // 1
/**
*
* The value of this constant is 2
*
*/
msoNewfromExistingFile, // 2
/**
*
* The value of this constant is 3
*
*/
msoNewfromTemplate, // 3
/**
*
* The value of this constant is 4
*
*/
msoBottomSection, // 4
}