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

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

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

import com4j.*;

/**
 */
public enum WdLanguageID2000 implements ComEnum {
  /**
   * 

* The value of this constant is 3076 *

*/ wdChineseHongKong(3076), /** *

* The value of this constant is 5124 *

*/ wdChineseMacao(5124), /** *

* The value of this constant is 11273 *

*/ wdEnglishTrinidad(11273), ; private final int value; WdLanguageID2000(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy