com.aspose.slides
Class TextStrikeThrough

java.lang.Object
  extended by com.aspose.slides.TextStrikeThrough

public final class TextStrikeThrough
extends java.lang.Object

Enumeration which defines text StrikeThrough styles.


Field Summary
static TextStrikeThrough DOUBLE
           
static byte DOUBLE_ID
           
static TextStrikeThrough NONE
           
static byte NONE_ID
           
static TextStrikeThrough NOT_DEFINED
           
static byte NOT_DEFINED_ID
           
static TextStrikeThrough SINGLE
           
static byte SINGLE_ID
           
 
Method Summary
 byte getId()
           
 java.lang.String getName()
           
static TextStrikeThrough toValue(byte id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final TextStrikeThrough NOT_DEFINED

NOT_DEFINED_ID

public static final byte NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final TextStrikeThrough NONE

NONE_ID

public static final byte NONE_ID
See Also:
Constant Field Values

SINGLE

public static final TextStrikeThrough SINGLE

SINGLE_ID

public static final byte SINGLE_ID
See Also:
Constant Field Values

DOUBLE

public static final TextStrikeThrough DOUBLE

DOUBLE_ID

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

toValue

public static TextStrikeThrough toValue(byte id)

getId

public byte getId()

getName

public java.lang.String getName()