Interface STTextVerticalType
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STTextVerticalType extends XmlToken
An XML ST_TextVerticalType(@http://schemas.openxmlformats.org/drawingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTextVerticalType.EnumEnumeration value class for org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.static classSTTextVerticalType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTextVerticalType.EnumEA_VERTstatic STTextVerticalType.EnumHORZstatic intINT_EA_VERTstatic intINT_HORZstatic intINT_MONGOLIAN_VERTstatic intINT_VERTstatic intINT_VERT_270static intINT_WORD_ART_VERTstatic intINT_WORD_ART_VERT_RTLstatic STTextVerticalType.EnumMONGOLIAN_VERTstatic SchemaTypetypestatic STTextVerticalType.EnumVERTstatic STTextVerticalType.EnumVERT_270static STTextVerticalType.EnumWORD_ART_VERTstatic STTextVerticalType.EnumWORD_ART_VERT_RTL-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringEnumAbstractBaseenumValue()voidset(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
HORZ
static final STTextVerticalType.Enum HORZ
-
VERT
static final STTextVerticalType.Enum VERT
-
VERT_270
static final STTextVerticalType.Enum VERT_270
-
WORD_ART_VERT
static final STTextVerticalType.Enum WORD_ART_VERT
-
EA_VERT
static final STTextVerticalType.Enum EA_VERT
-
MONGOLIAN_VERT
static final STTextVerticalType.Enum MONGOLIAN_VERT
-
WORD_ART_VERT_RTL
static final STTextVerticalType.Enum WORD_ART_VERT_RTL
-
INT_HORZ
static final int INT_HORZ
- See Also:
- Constant Field Values
-
INT_VERT
static final int INT_VERT
- See Also:
- Constant Field Values
-
INT_VERT_270
static final int INT_VERT_270
- See Also:
- Constant Field Values
-
INT_WORD_ART_VERT
static final int INT_WORD_ART_VERT
- See Also:
- Constant Field Values
-
INT_EA_VERT
static final int INT_EA_VERT
- See Also:
- Constant Field Values
-
INT_MONGOLIAN_VERT
static final int INT_MONGOLIAN_VERT
- See Also:
- Constant Field Values
-
INT_WORD_ART_VERT_RTL
static final int INT_WORD_ART_VERT_RTL
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-