com.spire.presentation
Enum TextStrikethroughType
java.lang.Object
java.lang.Enum<TextStrikethroughType>
com.spire.presentation.TextStrikethroughType
- All Implemented Interfaces:
- java.lang.Comparable<TextStrikethroughType>
public enum TextStrikethroughType
- extends java.lang.Enum<TextStrikethroughType>
Represents the type of text strikethrough.
NONE
public static final TextStrikethroughType NONE
SINGLE
public static final TextStrikethroughType SINGLE
DOUBLE
public static final TextStrikethroughType DOUBLE
UN_DEFINED
public static final TextStrikethroughType UN_DEFINED
getName
public java.lang.String getName()
getValue
public byte getValue()
getTextStrikethroughTypeFromValue
public static TextStrikethroughType getTextStrikethroughTypeFromValue(long value)