com.aspose.slides.pptx
Class TextStrikethroughTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.TextStrikethroughTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class TextStrikethroughTypeEx
- extends Enumerate
Enumeration which defines the types of a strikethrough text.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static TextStrikethroughTypeEx toValue(int id)