public enum STTextHorzOverflowType extends java.lang.Enum<STTextHorzOverflowType>
Java class for ST_TextHorzOverflowType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TextHorzOverflowType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="overflow"/>
<enumeration value="clip"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLIP
Text Horizontal Overflow Enum ( Clip )
|
OVERFLOW
Text Horizontal Overflow Enum ( Overflow )
|
| Modifier and Type | Method and Description |
|---|---|
static STTextHorzOverflowType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STTextHorzOverflowType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTextHorzOverflowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTextHorzOverflowType OVERFLOW
public static final STTextHorzOverflowType CLIP
public static STTextHorzOverflowType[] values()
for (STTextHorzOverflowType c : STTextHorzOverflowType.values()) System.out.println(c);
public static STTextHorzOverflowType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static STTextHorzOverflowType fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.