net.rgielen.com4j.office2010.office.MsoMenuAnimation Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoMenuAnimation {
/**
*
* The value of this constant is 0
*
*/
msoMenuAnimationNone, // 0
/**
*
* The value of this constant is 1
*
*/
msoMenuAnimationRandom, // 1
/**
*
* The value of this constant is 2
*
*/
msoMenuAnimationUnfold, // 2
/**
*
* The value of this constant is 3
*
*/
msoMenuAnimationSlide, // 3
}