com.aspose.slides.pptx
Class TextVerticalOverflowTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.TextVerticalOverflowTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class TextVerticalOverflowTypeEx
- extends Enumerate
Enumeration which defines types of a text vertical overflow.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final TextVerticalOverflowTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
OVERFLOW
public static final TextVerticalOverflowTypeEx OVERFLOW
OVERFLOW_ID
public static final int OVERFLOW_ID
- See Also:
- Constant Field Values
ELLIPSIS
public static final TextVerticalOverflowTypeEx ELLIPSIS
ELLIPSIS_ID
public static final int ELLIPSIS_ID
- See Also:
- Constant Field Values
CLIP
public static final TextVerticalOverflowTypeEx CLIP
CLIP_ID
public static final int CLIP_ID
- See Also:
- Constant Field Values
toValue
public static TextVerticalOverflowTypeEx toValue(int id)