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