com.aspose.slides.pptx
Class TextHorizontalOverflowTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.TextHorizontalOverflowTypeEx
public class TextHorizontalOverflowTypeEx
- extends Enumerate
Represents text horizontal overflow type.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, 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)