![JAR search and dependency download from the Maven repository](/logo.png)
net.rgielen.com4j.office2010.word.WdFieldShading Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdFieldShading {
/**
*
* The value of this constant is 0
*
*/
wdFieldShadingNever, // 0
/**
*
* The value of this constant is 1
*
*/
wdFieldShadingAlways, // 1
/**
*
* The value of this constant is 2
*
*/
wdFieldShadingWhenSelected, // 2
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy