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