
net.rgielen.com4j.office2010.word.WdDeletedTextMark Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdDeletedTextMark {
/**
*
* The value of this constant is 0
*
*/
wdDeletedTextMarkHidden, // 0
/**
*
* The value of this constant is 1
*
*/
wdDeletedTextMarkStrikeThrough, // 1
/**
*
* The value of this constant is 2
*
*/
wdDeletedTextMarkCaret, // 2
/**
*
* The value of this constant is 3
*
*/
wdDeletedTextMarkPound, // 3
/**
*
* The value of this constant is 4
*
*/
wdDeletedTextMarkNone, // 4
/**
*
* The value of this constant is 5
*
*/
wdDeletedTextMarkBold, // 5
/**
*
* The value of this constant is 6
*
*/
wdDeletedTextMarkItalic, // 6
/**
*
* The value of this constant is 7
*
*/
wdDeletedTextMarkUnderline, // 7
/**
*
* The value of this constant is 8
*
*/
wdDeletedTextMarkDoubleUnderline, // 8
/**
*
* The value of this constant is 9
*
*/
wdDeletedTextMarkColorOnly, // 9
/**
*
* The value of this constant is 10
*
*/
wdDeletedTextMarkDoubleStrikeThrough, // 10
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy