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

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

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

import com4j.*;

/**
 */
public enum WdMoveFromTextMark {
  /**
   * 

* The value of this constant is 0 *

*/ wdMoveFromTextMarkHidden, // 0 /** *

* The value of this constant is 1 *

*/ wdMoveFromTextMarkDoubleStrikeThrough, // 1 /** *

* The value of this constant is 2 *

*/ wdMoveFromTextMarkStrikeThrough, // 2 /** *

* The value of this constant is 3 *

*/ wdMoveFromTextMarkCaret, // 3 /** *

* The value of this constant is 4 *

*/ wdMoveFromTextMarkPound, // 4 /** *

* The value of this constant is 5 *

*/ wdMoveFromTextMarkNone, // 5 /** *

* The value of this constant is 6 *

*/ wdMoveFromTextMarkBold, // 6 /** *

* The value of this constant is 7 *

*/ wdMoveFromTextMarkItalic, // 7 /** *

* The value of this constant is 8 *

*/ wdMoveFromTextMarkUnderline, // 8 /** *

* The value of this constant is 9 *

*/ wdMoveFromTextMarkDoubleUnderline, // 9 /** *

* The value of this constant is 10 *

*/ wdMoveFromTextMarkColorOnly, // 10 }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy