
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
}