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