
net.rgielen.com4j.office2010.word.WdRoutingSlipDelivery Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdRoutingSlipDelivery {
/**
*
* The value of this constant is 0
*
*/
wdOneAfterAnother, // 0
/**
*
* The value of this constant is 1
*
*/
wdAllAtOnce, // 1
}