com.aspose.slides.pptx
Class TextStrikethroughTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.TextStrikethroughTypeEx

public class TextStrikethroughTypeEx
extends Enumerate

Represents the type of text strikethrough.


Field Summary
static TextStrikethroughTypeEx DOUBLE
           
static int DOUBLE_ID
           
static TextStrikethroughTypeEx NONE
           
static int NONE_ID
           
static TextStrikethroughTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static TextStrikethroughTypeEx SINGLE
           
static int SINGLE_ID
           
 
Method Summary
static TextStrikethroughTypeEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final TextStrikethroughTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final TextStrikethroughTypeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

SINGLE

public static final TextStrikethroughTypeEx SINGLE

SINGLE_ID

public static final int SINGLE_ID
See Also:
Constant Field Values

DOUBLE

public static final TextStrikethroughTypeEx DOUBLE

DOUBLE_ID

public static final int DOUBLE_ID
See Also:
Constant Field Values
Method Detail

toValue

public static TextStrikethroughTypeEx toValue(int id)