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

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

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

import com4j.*;

/**
 */
public enum WdCountry implements ComEnum {
  /**
   * 

* The value of this constant is 1 *

*/ wdUS(1), /** *

* The value of this constant is 2 *

*/ wdCanada(2), /** *

* The value of this constant is 3 *

*/ wdLatinAmerica(3), /** *

* The value of this constant is 31 *

*/ wdNetherlands(31), /** *

* The value of this constant is 33 *

*/ wdFrance(33), /** *

* The value of this constant is 34 *

*/ wdSpain(34), /** *

* The value of this constant is 39 *

*/ wdItaly(39), /** *

* The value of this constant is 44 *

*/ wdUK(44), /** *

* The value of this constant is 45 *

*/ wdDenmark(45), /** *

* The value of this constant is 46 *

*/ wdSweden(46), /** *

* The value of this constant is 47 *

*/ wdNorway(47), /** *

* The value of this constant is 49 *

*/ wdGermany(49), /** *

* The value of this constant is 51 *

*/ wdPeru(51), /** *

* The value of this constant is 52 *

*/ wdMexico(52), /** *

* The value of this constant is 54 *

*/ wdArgentina(54), /** *

* The value of this constant is 55 *

*/ wdBrazil(55), /** *

* The value of this constant is 56 *

*/ wdChile(56), /** *

* The value of this constant is 58 *

*/ wdVenezuela(58), /** *

* The value of this constant is 81 *

*/ wdJapan(81), /** *

* The value of this constant is 886 *

*/ wdTaiwan(886), /** *

* The value of this constant is 86 *

*/ wdChina(86), /** *

* The value of this constant is 82 *

*/ wdKorea(82), /** *

* The value of this constant is 358 *

*/ wdFinland(358), /** *

* The value of this constant is 354 *

*/ wdIceland(354), ; private final int value; WdCountry(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy