All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.word.WdShapePosition Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.word  ;

import com4j.*;

/**
 */
public enum WdShapePosition implements ComEnum {
  /**
   * 

* The value of this constant is -999999 *

*/ wdShapeTop(-999999), /** *

* The value of this constant is -999998 *

*/ wdShapeLeft(-999998), /** *

* The value of this constant is -999997 *

*/ wdShapeBottom(-999997), /** *

* The value of this constant is -999996 *

*/ wdShapeRight(-999996), /** *

* The value of this constant is -999995 *

*/ wdShapeCenter(-999995), /** *

* The value of this constant is -999994 *

*/ wdShapeInside(-999994), /** *

* The value of this constant is -999993 *

*/ wdShapeOutside(-999993), ; private final int value; WdShapePosition(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy