
net.rgielen.com4j.office2010.word.WdMeasurementUnits Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdMeasurementUnits {
/**
*
* The value of this constant is 0
*
*/
wdInches, // 0
/**
*
* The value of this constant is 1
*
*/
wdCentimeters, // 1
/**
*
* The value of this constant is 2
*
*/
wdMillimeters, // 2
/**
*
* The value of this constant is 3
*
*/
wdPoints, // 3
/**
*
* The value of this constant is 4
*
*/
wdPicas, // 4
}