com.aspose.slides
Class TextStrikethrough

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

public final class TextStrikethrough
extends java.lang.Object


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()