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