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

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

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

import com4j.*;

/**
 */
public enum WdPartOfSpeech {
  /**
   * 

* The value of this constant is 0 *

*/ wdAdjective, // 0 /** *

* The value of this constant is 1 *

*/ wdNoun, // 1 /** *

* The value of this constant is 2 *

*/ wdAdverb, // 2 /** *

* The value of this constant is 3 *

*/ wdVerb, // 3 /** *

* The value of this constant is 4 *

*/ wdPronoun, // 4 /** *

* The value of this constant is 5 *

*/ wdConjunction, // 5 /** *

* The value of this constant is 6 *

*/ wdPreposition, // 6 /** *

* The value of this constant is 7 *

*/ wdInterjection, // 7 /** *

* The value of this constant is 8 *

*/ wdIdiom, // 8 /** *

* The value of this constant is 9 *

*/ wdOther, // 9 }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy