net.rgielen.com4j.office2010.office.MsoAlignCmd Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoAlignCmd {
/**
*
* The value of this constant is 0
*
*/
msoAlignLefts, // 0
/**
*
* The value of this constant is 1
*
*/
msoAlignCenters, // 1
/**
*
* The value of this constant is 2
*
*/
msoAlignRights, // 2
/**
*
* The value of this constant is 3
*
*/
msoAlignTops, // 3
/**
*
* The value of this constant is 4
*
*/
msoAlignMiddles, // 4
/**
*
* The value of this constant is 5
*
*/
msoAlignBottoms, // 5
}